Missing comma in gb_av_avg_detect_lin.nasl

Hello,

We run all updated NVTs through a pipeline which validates them via openvas-nasl

This morning we have detected a missing comman in gb_av_avg_detect_lin.nasl and have created a patch for it, located below:

--- gb_avg_av_detect_lin.nasl	2019-11-06 07:59:49.000000000 +0000
+++ gb_avg_av_detect_lin.nasl	2019-11-06 09:12:17.313270351 +0000
@@ -69,7 +69,7 @@
          register_and_report_cpe( app:"AVG Anti-Virus",
                                   ver:avgVer,
                                   concluded:filter[0],
-                                  base:"cpe:/a:a:avg:anti-virus:"
+                                  base:"cpe:/a:a:avg:anti-virus:",
                                   insloc:avgBin,
                                   regService:"ssh-login",
                                   regPort:0 );

Would it also be possible for you to run updated NVTs via openvas-nasl prior to release?

Many thanks

Alex

Hi,

the case has already been fixed and the corrected version of the VT will be in the feed soon.
Have a nice day :wink:

2 Likes