Releases: greenbone/gvmd
Releases · greenbone/gvmd
gvmd 23.8.1
gvmd 23.8.0
gvmd 23.7.0
23.7.0 - 2024-06-24
Added
- GMP doc: describe credential types 03a3875bb
- Container push into greenbone registry (#2219) d368c0dc3
- Added support for CVSS 4.0 fields in CVEs. 6a0538da5
- EPSS scores from referenced CVEs to VTs d748db483
- GMP doc: missing SOURCES for CREATE_USER 9308240d8
- validate source names in CREATE_USER and MODIFY_USER 2ed4630c6
- EPSS scoring info in CVEs 7ff05097a
- New multi_selection report format param type 8ca32203d
Changed
- replace utf8_substring with g_utf8_substring d1e7f8dee
- Raise required gvm-libs version to 22.10 d4ca1d019
- GMP doc: be more accurate about user SOURCES 54a837f98
- cosign in push.yml (#2221) f4a566a80
- GMP doc: start with Data Type Details RNC open f834093cd
- GMP doc: add boxes around command structures a642fb2d5
- Wait for SecInfo sync before unlocking feed lock 159ceaaf0
- Check trash target references before acessing them ee571be80
- always use the same timezone in the logs 6d5f6ddea
- GMP doc: add boxes around example XML caabd781f
- GMP doc: soften the RNC boxes 6db66b9de
Bug Fixes
- Prevent strcmp on NULL in CREATE_USER b8c0f1056
- GMP doc: remove SCANNER from MODIFY_CONFIG b90ec43a6
- GMP doc: remove SCANNER from CREATE_CONFIG 75ddedc30
- iterate with get_next in handle_get_overrides 26d9b4dea
- iterate with get_next in handle_get_notes e238c7128
- missing return in handle_get_credentials 0fdd84263
- Speed up CVE affected products update 0ba76f31e
- Fix filtering of duplicate results from the scanner Not all duplicate results from the scanner were filtered since OSP results are fetched while the scan is running and duplicates can exist in the same batch of fetched results. 4ac9068f6
gvmd 23.6.2
gvmd 23.6.1
gvmd 23.6.0
23.6.0 - 2024-04-25
Added
Changed
- Change the log level of duplicate results and host details a39699738
- GMP doc: start with section RNC Preamble closed ea3b12f29
- GMP doc: Flesh out result in GET_NOTES and GET_OVERRIDES f70710bad
- GMP doc: correct nvt and nvt_id in GET_OVERRIDES 1edc11b81
- GMP doc: correct nvt and nvt_id in GET_NOTES 111143e39
- GMP doc: add details attribute to GET_TARGETS 9660bba99
- GMP doc: remove option timezone 8ce9c5008
- GMP doc: add active to CREATE_ALERT ba09abf1c
- GMP doc: add summary to details for GET_NOTES and GET_OVERRIDES 014b06255
Bug Fixes
- Fix SQL typo in delete_report_configs_user 79c8135bd
- Avoid deadlocks while refreshing authentication use a transaction and FOR UPDATE during selection to lock the row being updated to reduce likelihood of a deadlock. 4574c9ee1
- Correct nvt column in OVERRIDE_ITERATOR_COLUMNS 582c613ae
- Allow results port to take value package Allow package as a valid value for a result port in notes and overrides. 058bcf9a0
gvmd 23.5.2
gvmd 23.5.1
gvmd 23.5.0
23.5.0 - 2024-03-12
Removed
- Remove xml_split / xml-twig-tools dependency b0b1dee2c
Changed
- Use XML file iterator for CVE updates 3a1ee4c81
- Replace CPE xml_split with XML iterator fe0cfe7b3
- move GET iterator time conversion out of SQL d18e6c1c8
Bug Fixes
- Set pref_... fields in cleanup-config-prefs 097a8807c
- Set preference components when modifying config 57a6d0588
- Improved the SQL for the selection of the delta report results. edc6448c0
- Apply exclude_hosts of target in CVE scans f66038173
- Handle alert_filter_get with and without a filter selected. 56eaac960
- Handle value of last_update and SCAP schema when feed update fails. 894a7197f
- Handle value of last_update and SCAP schema when feed update fails. edea0be12
- Replaced python call - avoid problems with installations. fdace0cfc