Skip to content

Releases: greenbone/openvas-scanner

v23.2.1

13 May 15:29
Compare
Choose a tag to compare

23.2.1 - 2024-05-13

Added

Bug Fixes

  • scannerctl feed transpile -p ... -r ... ae182bfe

v23.2.0

30 Apr 08:02
Compare
Choose a tag to compare

23.2.0 - 2024-04-30

Added

  • implement http2 nasl builtin function in rust b421babe

v23.1.0

29 Apr 16:03
Compare
Choose a tag to compare

23.1.0 - 2024-04-29

Added

Changed

Bug Fixes

  • rename scanner_preference to scan_preference 4ba1b814
  • OpenVASD: add path on hashsum failure 8da5f154
  • TLS support (#1617) fcd57941
  • openvasd endpoint /vts?information=1 d5de945a
  • openvas-nasl can not read KB when forking (#1621) 12f7eedb
  • crash when client_cert dir is not available. 527040c6
  • not rescheduling on connection fail when using openvas 34016b41
  • configure different redis url within openvas and openvasd 5834881f
  • add redis to the storage options for clap 5c18918a
  • response message and internal data on scan start request 7c978e85

v23.0.1

19 Mar 10:02
Compare
Choose a tag to compare

23.0.1 - 2024-03-19

Bug Fixes

  • scannerctl option name and redis-storage distaptcher (#1604) 3da335c5

v23.0.0

13 Mar 17:56
Compare
Choose a tag to compare

23.0.0 - 2024-03-13

Breaking Changes

  • Fix issues in progress calcualtion resulting in interrupted scans. See #952
    • Migration: Upgrade to ospd-openvas >= 22.7.0.
  • Remove feed sync script in favor of greenbone-feed-sync (#1589).
    • Migration: If the old script is not actively used nothing needs to be done. The new script is already used in gvmd and the official Greenbone Community Documentation) since some time.
  • Rename executable nasl-cli to scannerctl.
    • Migration: scannerctl is not used by other GVM components currently which means that if you do not actively use it nothing needs to be done.

Added

Removed

Changed

Bug Fixes

  • flatten assets f8318505
  • signing options are used incorrectly 6a404e9e
  • Ci: on release use given token and set repository on pontos 22c10ade
  • clippy warnings about deprectated functions in chrono crate. (#1601) 207e843e
  • escape char for data type (#1599) 29e2939a
  • broken workflow status badge (#1593) bf7de1cb
  • set status to Stopped if the scan was successfully stopped (#1587) cef0e8fe
  • Set scan status to failed, if scan cannot be started fb77d8cc
  • use tokio interval instead of std sleep 40e9f9d0
  • memory check handling in scheduler 6e826f93
  • version updates based on audit findings 0a933793
  • multiple verbose entries in nasl-cli (#1582) ca7bb8bf
  • install libhiredis on openvas image instead of using gvm-libs 3af26097
  • helm: notus-data uses a tar.gz file 2919f115
  • Spread log level over all crates (#1535) 64d30353
  • docker: add libcurl3-gnutls 473389ff
  • ci: remove helm version upgrade (#1536) ba8f5cab

Thank You

Thanks a lot for the contributors to the openvas-scanner project.

  • @Zercerium: Fixed the CI badge in the READEME.md as well as an issue in the example of how to use the contribution agreement.

v22.7.9

30 Nov 07:05
Compare
Choose a tag to compare

22.7.9 - 2023-11-30

Bug Fixes

  • nasl-cli/openvasd: stack overflow on prefix-statement (#1530) 0fa13e9b

Thank You

Thanks a lot for the contributors to the openvas-scanner project.

Issue reporting

  • @sepehrdaddev: Reported a vulnerability in the new Rust based NASL interpreter implementation which was fixed with 0fa13e9b. As nasl-cli is not used in our GSM appliances or community containters those are not affected.

v22.7.8

28 Nov 09:46
Compare
Choose a tag to compare

22.7.8 - 2023-11-28

Added

Bug Fixes

  • nasl-cli/openvasd: possible stackoverflow on End::Continue a4cbe5e3

Thank You

Thanks a lot for the contributors to the openvas-scanner project.

Issue reporting

  • @sepehrdaddev: Reported a vulnerability in the new Rust based NASL interpreter implementation which was fixed with a4cbe5e3. As nasl-cli is not used in our GSM appliances or community containters those are not affected.

v22.7.7

20 Nov 06:56
Compare
Choose a tag to compare

22.7.7 - 2023-11-20

Added

Changed

  • ingress example within openvasd (#1516) b97e4977
  • add a dummy item in the redis storage for backward compatibility (#1514) 34d380a1

Bug Fixes

v22.7.6

11 Oct 11:14
Compare
Choose a tag to compare

22.7.6 - 2023-10-11

Added

  • permission pull-requests write into update-header.yml (#1510) 6022fd84
  • script for calculate and display coverage of the rust implementation of nasl builtin-functions 510005c1
  • Proposal for reverse scanner API (#1462) 5288b8a4
  • Smoketest for the scanner API (#1480) 4640a511
  • possibility to add C encapsuled functionality eb2ca349
  • infisto as a file storage solution (#1482) aac7ce8c

Removed

  • greenbonebot token from update-header.yml 71301dfb

Changed

  • use println! for NASL display function ce252c9d
  • helm chart and smoketest. be2b7024
  • accept symlinks For helm deployment, secrets are stored and the volume is mounted as symlink bddc7e6a
  • Group Dependabot updates into single PR (#1498) fb6790e4

Bug Fixes

  • fix an issue which produces an interrupted scan, originated on a wrong count of excluded hosts. (#1509) 9542a1c6
  • send the right command to ospd (#1485) 3315881d
  • various clippy warnings 4b332b48

v22.7.5

31 Aug 19:23
Compare
Choose a tag to compare

22.7.5 - 2023-08-31

Bug Fixes