Skip to content

Releases: greenbone/openvas-scanner

v23.3.1

23 May 06:53
Compare
Choose a tag to compare

23.3.1 - 2024-05-23

Bug Fixes

Thank You

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

  • @MocioF: Fixed the missing linking for curl as mentioned above

v23.3.0

15 May 13:28
Compare
Choose a tag to compare

23.3.0 - 2024-05-15

Added

  • methology for simulating forking behaviour (#1637) baa221e1
  • some tests for notus and for http2 builtin nasl functions 750791d2
  • NASL builtin function dump_ctxt 6e0abb68
  • NASL builtin function gettimeofday 8abd9c9b

Bug Fixes

  • nasl-interpreter: data operations are not behaving like with string a7a9aa05
  • nasl-interpreter: operation on data returns NaslValue::String c573378f
  • nasl-interpreter: string handling in operation ac9a5d55

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