Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add correct patch for NMIS 9 Modules menu

...

Please note: If you use NMIS 9, you will need to update the Modules menu to take you to Open-AudIT 5.0 with the command command 

Code Block
sudo /usr/local/nmis9/admin/patch_config.pl

...

 /usr/local/nmis9/conf/Modules.nmis

...

 "/Open-AudIT Enterprise/link

...

"=/open-audit/index.php



VersionTypeCollectionDescription
AllBugDiscoveriesAdd Apple M Series processor speeds.
AllBugDiscoveriesWindows path to spawn process was incorrect - resulting in no discoveries being run.
AllImprovementDiscoveriesWindows would not throw a warning if the Apache user account had not been changed - resulting in no discoveries being run.
AllImprovementDiscoveriesSome items retrieved via SNMP were 'false' instead of an array. We attempted to count them, but PHP 8.2 is more strict and would fail. Fixed.
AllBugAllFix bug with line endings on Windows vs Linux when populating some "create" HTML forms, in particular the Credentials form (among others).
AllBugAllAdd more language files.
AllBugSupportAdd the Samba version to the Support Output.
AllImprovementDiscoveries

In DiscoveryLogModel, use CI RawSql option for a discovery log timestamp. This will use the timestamp / timezone of the MySQL server, not that from PHP.

AllImprovementDiscoveries

Update PHPSecLib to 3.0.34 to address a reported vulnerability.

AllImprovementDiscoveries

Improve SQL for device list for DiscoveriesRead template.

AllImprovementDiscoveries

Add the discovery log ID on the devicesRead template to make sorting more intuitive.

AllImprovementDiscoveries

Revise query in discoveriesModel to mark as complete and discoveries not logged to for over 30 minutes.

AllImprovementDiscoveries

Improve discoveriesModel::queue to use a last_finished time of the standard 2001 and not 1 second in the future.

AllImprovementDiscoveries

On discoveriesRead, show improved 'duration' times per device.

AllImprovementDiscoveries

Improved logging in RulesModel, better determine and use IP.

AllImprovementDiscoveries

Improved discovery logging when we cannot build and audit script and add the device IP to the logging for the RulesModel->execute calls.

AllImprovementSupport

Improved SupportModel tests. Nmap version, lang files.

AllImprovementDevices

Fix some items for CSS dark mode on devicesRead.

AllImprovementAll

Ensure we return a 401 for a failed login for non-HTML requests.

AllImprovementConfig

Fix App config to determine the BASEURL even when running from spark.

AllImprovementDevices, Discoveries

On devicesCollection and discoveriesRead, add a space on either side of IPs in the dataTable. Users can now search for 192.168.1.1<space> and not return 192.168.1.11.

AllImprovementAll

CodeIgniter upgrade to 4.4.3 (latest).