Skip to content

Releases: greenbone/gvmd

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

gvmd 23.7.0

24 Jun 14:03
Compare
Choose a tag to compare

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

02 May 07:59
Compare
Choose a tag to compare

23.6.2 - 2024-05-02

Changed

  • GMP doc: Start with all RNC sections closed a7f52e705

Bug Fixes

  • Duplicate alert fallback filter string when copying it 8cdcc1ce0
  • Update FindPostgreSQL.cmake to support Postgres 16 (#2181) 637371241

gvmd 23.6.1

29 Apr 08:41
Compare
Choose a tag to compare

23.6.1 - 2024-04-29

Added

  • GMP doc: hiding of third level sections e04b09cf6
  • GMP doc: hiding of second level sections de18c85bf

Changed

  • Raised log level for output of backtrace for signal handler. 3406d09ec

gvmd 23.6.0

25 Apr 13:20
Compare
Choose a tag to compare

23.6.0 - 2024-04-25

Added

  • GMP doc: hiding of main sections 3b7604a4f
  • New config_id option for GMP get_reports 597451976

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

26 Mar 13:27
Compare
Choose a tag to compare

23.5.2 - 2024-03-26

Bug Fixes

  • Avoid aborting SCAP update on failed CVE entry fc2d217b9
  • Small bug-fix for feed import owner setting. 009858178
  • Fix the fallback filter for alerts with no compose filter ae77cd252

gvmd 23.5.1

14 Mar 14:20
Compare
Choose a tag to compare

23.5.1 - 2024-03-14

Added

  • Added ports logic and output to delta reports version 2. e109bf9d7

Bug Fixes

  • Fix results filter column handling c552f8fd2
  • add missing trash suffix when getting by id 69a06f7c5
  • Use right command name when modifying report_configs 47bf18f30