@@ -4,8 +4,37 @@ SUMMARY OF RELEASE CHANGES FOR OPENVAS-SCANNER
4
4
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
- $ git clone https://github.com/greenbone/openvas-scanner.git
8
- $ cd openvas-scanner && git checkout openvas-scanner-6.0 && git log
7
+ $ git clone https://github.com/greenbone/openvas.git
8
+ $ cd openvas && git checkout openvas-scanner-6.0 && git log
9
+
10
+
11
+ openvas-scanner 6.0.1 (2019-07-17)
12
+
13
+ This is the first patch release of the openvas-scanner module 6.0 for the
14
+ Greenbone Vulnerability Management (GVM) framework.
15
+
16
+ Main changes compared to openvas-scanner 6.0.0:
17
+ * An issue which caused the scanner to crash when a plugin is missing
18
+ during a scan has been addressed.
19
+ * An issue which caused a plugin to hang in nasl_pread() has been addressed.
20
+ * Lower-case format is used for values added from add_host_name().
21
+ * Do not launch the scan if the nvticache is corrupted or an error is detected
22
+ during the plugin schedule process.
23
+ * Issues in building process have been addressed.
24
+ * An issue which caused the manager to consider a scan as finished when it was
25
+ actually stopped has been addressed.
26
+ * An issue which caused possible null IP values in OTP results has been
27
+ addressed.
28
+ * An issue which caused forgotten children of children processes has been
29
+ addressed.
30
+ * The unfinished Advanced log feature has been removed.
31
+ * An issue which caused a plugin to finished immediately when a wrong
32
+ custom timeout was sent from the manager has been addressed.
33
+ * An issue which caused a scan to hang for ever if there was no redis kb
34
+ available has been addressed.
35
+ * An issue which caused a plugin to use the default port when a custom port
36
+ is given has been addressed.
37
+
9
38
10
39
openvas-scanner 6.0.0 (2019-04-05)
11
40
0 commit comments