Skip to content

Releases: greenbone/gvmd

gvmd 24.3.0

24 Jan 09:39
Compare
Choose a tag to compare

24.3.0 - 2025-01-24

Added

  • Support building against PostgreSQL 17 238f54cde
  • Setting to enable new CVE scan CPE matching 233a92bb6

Changed

Bug Fixes

  • Optimized "gvmd --get-users" and "gvmd --get-roles" command. 3dc105a69
  • Prevent sporadic signals when loading reports. 1e5c9f5aa

gvmd 24.2.0

17 Jan 10:42
Compare
Choose a tag to compare

24.2.0 - 2025-01-17

Removed

  • Drop obsolete comment from prod Dockerfile c375385ae

Changed

  • Rename the cpe match strings feed file a3135646d
  • Adjust all severity ratings to match CVSS 3.1. Mark holes, warnings and infos as deprecated to be removed in the future. Add high, medium and low instead. e1138b554

Bug Fixes

  • Fix missing tags in compliance reports, audits and policies e15575606
  • Use regular expressions to count & filter compliance results 758210e08
  • Correctly use test conditions in .docker/setup-mta.sh 25dff8611

gvmd 24.1.2

11 Dec 10:15
Compare
Choose a tag to compare

24.1.2 - 2024-12-11

Bug Fixes

  • Handle missing primary CVSS metrics in CVEs cd3e76b43

gvmd 24.1.1

10 Dec 09:08
Compare
Choose a tag to compare

24.1.1 - 2024-12-10

Added

Bug Fixes

  • Handle schemas in SCAP rebuild correctly 0def545e8
  • Correct resource types in GMP element doc 0f82c2e93

gvmd 24.1.0

05 Dec 13:23
Compare
Choose a tag to compare

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

17 Oct 09:55
Compare
Choose a tag to compare

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

  • Fix the check for including notes and overrides in results c0aa00650
  • Add DATA_TYPE back to GET_AGGREGATES/AGGREGATE 13d9083d5
  • Fixed signal when choosing an unsupported levels filter option. 7a018fedb

gvmd 23.10.0

11 Sep 09:00
Compare
Choose a tag to compare

23.10.0 - 2024-09-11

Changed

  • include predefined in check for WRITABLE in GET_CONFIGS 49cb75a6a
  • Add system_default value for date and time format settings 1cc8c6d19
  • Use new EPSS file name and format b2d027044

Bug Fixes

  • Add missing log domain for ipc 4ce59dab9
  • Use right type for serial buffer b018bf1b6
  • add missing returns in modify_config_run 70794dbeb

gvmd 23.9.0

29 Aug 10:01
Compare
Choose a tag to compare

23.9.0 - 2024-08-29

Added

  • New option --max-concurrent-scan-updates 76c28df12
  • Add settings for date and time format. f05f83931

Changed

  • Differentiate between audit and scan reports e0f38153f
  • Retry on deadlocks in sql_x 8ce36d915

Bug Fixes

  • Update alive_test pattern in GMP doc 809d69f63
  • Escape control chars in UTF-8 TLS cert DNs 4d1a94320
  • Also create NVT indexes after rebuild 4e1254bd6

gvmd 23.8.1

29 Jul 10:18
Compare
Choose a tag to compare

23.8.1 - 2024-07-29

Bug Fixes

  • Add missing EPSS columns for "no CVEs" case f9c1baf22
  • Drop result_vt_epss view when rebuilding nvt related tables. 336ccf989

gvmd 23.8.0

23 Jul 08:39
Compare
Choose a tag to compare

23.8.0 - 2024-07-23

Added

  • New --min-mem-feed-update option 56d8f86e3
  • EPSS scoring info in results 73dca8efa
  • GET_FEATURES command and CVSS3_RATINGS toggle e7459e555
  • Coverage CMake targets and Codecov upload 408f7757a

Changed