*** Alfonso García wrote:
> This plugin is not showing the DAT version (the signatures version) of the
> Symantec Anti Virus Corportate Edition. In the
> function check_signature_version() we have the next code:

[...]

>       if(!value)return NULL;

That's the problem. It should better be something like

"if( ! value || isnull (value) ) continue;"

I'll update the NVT.

Thanks for reporting.

Micha

-- 
Michael Meyer                            OpenPGP Key: 52A6EFA6
http://www.greenbone.net/
Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG
Osnabrück, HR B 202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner
_______________________________________________
Openvas-plugins mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-plugins

Reply via email to