26.32.0 - 2026-07-06
✨ Added
- Add a user setting for a maintenance window. by @a-h-abdelsalam in 3174c75
- Added refresh_connector_access_token() helper function by @robindittmar in 7a90d3a
- Added register_managed_appliance() helper function by @robindittmar in ba00abb
- Support exporting reports to OSI by @ozgen in d40154d
- Move Security Intelligence report export behind build-time flag by @ozgen in 1d068d9
- Add missing space by @mattmundell in #2985
- Add support for WAS scanner preferences. by @a-h-abdelsalam in 2a95dd7
- Add validation for WAS task preferences. by @a-h-abdelsalam in 705b1e3
- Add check for empty timeout value. by @a-h-abdelsalam in #2988
- Make CVE scan matching version configurable by @ozgen in cd1bc3c
- Expose host from report filter controls by @ozgen in 5c88150
👷 Changed
- Move helper function to avoid duplication. by @a-h-abdelsalam in 451cc5e
- Move CVE scan handling to manage_cve_scan by @ozgen in 61a6dd0
- Use all features image for enterprise-container by @pascalholthaus in #2995
🐛 Bug Fixes
- Free detect_oid in buffer_results_xml by @mattmundell in #2984
- Always free reports_extra_where return by @mattmundell in 1d8f9ff
- Cleanup iterators in cve_scan_report_host_json by @mattmundell in #2986
- Free report UUID in process_report_import by @mattmundell in #2987
- Free entire detection details in CREATE_REPORT by @mattmundell in #2989
- Check clean_array length before accessing first element by @mattmundell in #2992
- Free quoted_name in create_port_list_unique by @mattmundell in #2996
- Always free versions in manage_update_nvt_cache_osp by @mattmundell in #2997
- Use sql_ps in auth_cache_insert by @mattmundell in #2998
- Also unlock lockfile in parent in manage_process_report_imports by @mattmundell in #2999
- Require gvm-auth-lib 0.2 by @ozgen in 227f24d
- Free name in else case of add_user_scan_preferences by @mattmundell in #3000
- Free returns from target_reverse_lookup_* by @mattmundell in #3002
- Remove g_strdup from add_host_identifier_to_arrays by @mattmundell in c5544ce
- Remove g_strdup from create_asset_report by @mattmundell in 9629e40
- Remove g_strdup from manage_report_host_details by @mattmundell in #3005
- Remove leading whitespace in nl handling in gmp_xml_handle_result by @mattmundell in #3006
- Apply explicit host filter to report host output by @ozgen in b7dcfdd
- Apply host filter to report operating systems by @ozgen in 8ec9001
- Apply host filter to report ports by @ozgen in 4347e60
- Apply host filter to report TLS certificates by @ozgen in 0016ef8
- Apply host filter to report applications by @ozgen in 2c8b941
- Apply host filter to report cves by @ozgen in eddac80
- Apply host filter to report closed cves by @ozgen in 7612ff4
🔥 Removed
📚 Documentation
- Update gvm-libs version requirement for security intelligence export by @ozgen in 011ef92
- Document ENABLE_SECURITY_INTELLIGENCE_EXPORT build-time flag by @ozgen in 5845106
- Document CVE scan matching configuration by @ozgen in 9c88987
- Document CVE scan and matching versions by @ozgen in #2993
- Add conditional gvm-auth-lib prerequisite by @ozgen in #3001