Releases: greenbone/gvmd
Releases · greenbone/gvmd
gvmd 24.0.0
24.0.0 - 2024-10-17
Added
- Added the loading of CPE match rules from JSON files. 8755c5739
Changed
- Enable feature toggle for compliance reports by default a9c5a08d6
- Extend get_feeds GMP command. Added information on whether the feed owner and feed import roles are set and whether the user has access to feed resources. 5a7e62c51
- Update gvm-libs image in prod.Dockerfile and build.Dockerfile (#2295) d9f568d5b
- Use JSON streaming parser for EPSS 2406b534a
Bug Fixes
gvmd 23.10.0
gvmd 23.9.0
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