Releases: greenbone/gvmd
Releases · greenbone/gvmd
gvmd 24.1.2
gvmd 24.1.1
gvmd 24.1.0
24.1.0 - 2024-12-05
Added
- New Kerberos credential type 5bcc39e0b
- New Kerberos credential type 16ef4c47e
- The table scap.affected_products is filled for the new JSON feed. d22536008
- Added reading of gzip files for CPEs. 624f1444d
- Added reading of gzip files for CVEs and EPSS. 02cb67fd6
- Added the new CVE scan method with the new CPE matching. f7e50860d
Removed
- Remove delta reports non-default code and feature toggle c86349ac6
- Removed feature toggle for compliance report views. 9b43edec2
- Drop unused deprecated_by column of CPEs 8a1c684a3
Changed
- Run gvmd in foreground in the docker container. To keep the container alive after removing the tail command 25d41dea4
- Insert CVEs products from CPE matches table 2ed6a1b78
- Update handling of CVEs for the new JSON API. 3d75038b7
- Adjust loading of CPEs to new JSON API d0f409e1f
- Log to stderr, new log file build option. e76cc6915
Bug Fixes
- add LIBDIR to SYSTEMD_SERVICE_DIR config 21dec6c2c
- Avoid DB check inserts in cleanup-sequences 705c6c256
- Rollback on create_credential privkey error a1e1df088
- Remove tail command from gvmd startup script. Remove tail command since messages are now logged to stderr by default b3c8abf2c
- Remove the insertion of unused deprecated-by-id from XML CPE feed files 7cb34b7d3
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