Skip to content

OpenVAS Scanner v6.0.0

Compare
Choose a tag to compare
@jjnicola jjnicola released this 05 Apr 09:49
55c53e1

This is the first release of the openvas-scanner module 6.0 for the
Greenbone Vulnerability Management (GVM) framework.

This version inherits all elements of the former openvas-libraries that were
used by OpenVAS Scanner only.

Apart from this, the module covers a number of significant advances
and clean-ups.

Main changes compared to openvas-scanner 6.0+beta2:

  • Function to get the currently running script filename has been added.
  • Debugging nasl mechanism has been improved, replacing preprocessor directives
    with g_debug facility.
  • An issue related to the log facility and greenbone-nvt-sync has been fixed.
  • OpenVAS reload has been improved.
  • Code related to redis queries was improved.
  • An issue which caused nasl-lint to fail in case of unneeded nested functions
    has been addressed.
  • An issue which caused returning erroneous values by
    get_plugin_preference() has been addressed.
  • An issue which cause stuck scans where only a single plugin is running
    and is beyond its timeout has been addressed.
  • Unused internal_send/recv() functions have been removed.
  • Issues reported by static code analysis have been addressed.
  • Issues in building process have been addressed.
  • Several code improvements and clean-ups have been done.
  • Documentation has been improved.