@@ -5,9 +5,18 @@ For detailed code changes, please visit
5
5
https://github.com/greenbone/openvas-scanner/commits/master
6
6
or get the entire source code repository and view log history:
7
7
$ git clone https://github.com/greenbone/openvas-scanner.git
8
- $ cd openvas-scanner && git log
8
+ $ cd openvas-scanner && git checkout openvas-scanner-6.0 && git log
9
9
10
- openvas-scanner 6.0.0 (unreleased)
10
+ openvas-scanner 6.0.0 (2019-04-05)
11
+
12
+ This is the first release of the openvas-scanner module 6.0 for the
13
+ Greenbone Vulnerability Management (GVM) framework.
14
+
15
+ This version inherits all elements of the former openvas-libraries that were
16
+ used by OpenVAS Scanner only.
17
+
18
+ Apart from this, the module covers a number of significant advances
19
+ and clean-ups.
11
20
12
21
Main changes compared to openvas-scanner 6.0+beta2:
13
22
* Function to get the currently running script filename has been added.
@@ -20,6 +29,9 @@ Main changes compared to openvas-scanner 6.0+beta2:
20
29
has been addressed.
21
30
* An issue which caused returning erroneous values by
22
31
get_plugin_preference() has been addressed.
32
+ * An issue which cause stuck scans where only a single plugin is running
33
+ and is beyond its timeout has been addressed.
34
+ * Unused internal_send/recv() functions have been removed.
23
35
* Issues reported by static code analysis have been addressed.
24
36
* Issues in building process have been addressed.
25
37
* Several code improvements and clean-ups have been done.
0 commit comments