security_message(data:"old_version"+dllVer); is misplace
giving an entry in report even when plugin Failed to fetch 'Ubpm.dll' File
Version.
I move it after the the test.
diff -ur feed-150930/2015/gb_ms15-028.nasl
/var/lib/openvas/plugins/2015/gb_ms15-028.nasl
--- feed-150930/2015/gb_ms15-028.nasl 2015-03-18 09:39:30.000000000 +0000
+++ /var/lib/openvas/plugins/2015/gb_ms15-028.nasl 2015-09-29
07:48:33.000000000 +0000
@@ -102,11 +102,11 @@
}
dllVer = fetch_file_version(sysPath, file_name:"system32\Ubpm.dll");
-security_message(data:"old_version"+dllVer);
if(!dllVer){
error_message(data:"Failed to fetch 'Ubpm.dll' File Version.");
exit(-1);
}
+security_message(data:"old_version"+dllVer);
do you agree ?
--
Sebastien Aucouturier , R&D Manager and Senior Technologist,
<http://secludit.com/>
Amazon WS Solutions Provider :
http://www.aws-partner-directory.com/PartnerDirectory/PartnerDetail?Name=SecludIT
HP Cloud Security Partner :
https://marketplace.hpcloud.com/secludit-elastic-detector
Agence Toulouse
GSM: 06.20.60.77.24
_______________________________________________
Openvas-plugins mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-plugins