Skip to content

Releases: greenbone/openvas-scanner

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

v22.7.4

25 Aug 06:04
Compare
Choose a tag to compare

22.7.4 - 2023-08-25

Added

Changed

Bug Fixes

v22.7.3

17 Jul 13:35
Compare
Choose a tag to compare

22.7.3 - 2023-07-17

Added

Changed

  • Handle errors properly (#1447) 843e3332
  • remove defaults on parameters 66423665
  • config default values and adjust example and README 42501a22
  • read log level from config instead of env 8a134717
  • from Scanner Parameter to Preference for the new API (#1440) 84cde499
  • rs: nasl-builtin functions separation 8c39d218
  • rename queued to stored 5ca587b6

Bug Fixes

  • issue parsing json string get from ipc (#1455) a150f689
  • openvasd: add missing header informations f11a9dfd
  • error handling, when ospd socket was not found 220af627
  • example files c079084c
  • change all occurrences of sensord to openvasd 4fae250c
  • Fix conventional commits workflow da26233d
  • docker: add glib to openvas-image to fix g_memdup2 not found c612d7ba
  • CI (#1436) 4579efea

v22.7.2

02 Jun 08:10
Compare
Choose a tag to compare

22.7.2 - 2023-06-02

Added

Changed

  • switiching from rocket to hyper 756fb6c4

Bug Fixes