Release Notes for Open-AudIT v5.2.1
Released 2024-05-12md5sum: aa5f9d737a9c0d50761efd90c415b0e2
sha256sum: 06c84184da4c418b8f8ab96472eaf9bbdc9a87177cbce88c1ab3722168f793b2
Windows: Unreleased as yet.
New for this minor release is the QueryBuilder. This is a simple addition to the QueriesCreate template that allows the selection and filtering to create a new Query. This is simple on purpose. If you require advanced quesry building, you can still use raw SQL (on the same template) or build an initial simple query, then edit the raw SQL on the Read template. This should save customers having to look-up which tables contains which fields.
Other than that new feature, the other items are mostly improvements and a few bugs squashed.
Version | Type | Collection | Description |
---|---|---|---|
Enterprise | Improvement | Collectors, Files, Executables | Add files and executables to the Collector. |
Enterprise | Improvement | widgets | Add ability to execute an individual widget from the Collection or Read templates. |
Community | Improvement | devices | Allow exporting a device with all components in audit format. URL: /devices/{id}/export?format=json_data |
Enterprise | Improvement | devices | Add Licensed Devices count to footer. |
Enterprise | Bug | collectors | When receiving a device from a Collector, ensure we de-pad (and hence have a valid) IPv4 address. |
Enterprise | Bug | audit | Improve Linux exe detection for Redhat. |
Community | Bug | audit | In powershell audit: added hostname, fixed form_factor, fixed network.mac_address to network.mac, fixed serial number. |
Community | Improvement | audit | Add SQL Server details to powershell audit. |
Community | Improvement | audit | Add IIS details (at least for Win 2022) to powershell audit script. |
Community | Improvement | audit | Allow for the powershell / windows bug with Get-LocalGroupMember. |
Community | Improvement | ldap_servers | Encrypt the ldap_servers::dn_password and not show it on the read template. |
Community | Bug | roles, users | Allow for a roles (hence a user) not having a permissions entry. |
Community | New Feature | queries | Implement QueryBuilder. |