Hi NVT devs,
As you already know, we have been working on breaking-up the NVT
Description field (See CR #61.)
As a first step, we would like to start to move out the "References"
part for all new plugins.
Instead of the now-used form of embedding the references in the
description body:
desc = "
...
References:
http://example1.com
http://example2.com
http://example3.com
...";
we would like to instead use script_xrefs() function with "URL" as name
value, making extracting and presenting the URLs much much easier. The
example above would translate to:
script_xref(name : "URL" , value : "http://example1.com");
script_xref(name : "URL" , value : "http://example2.com");
script_xref(name : "URL" , value : "http://example3.com");
See sample plugins linked-to in CR #61 for more information. Feedback
and comments are welcome.
Thanks,
Hani.
_______________________________________________
Openvas-plugins mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-plugins