On Donnerstag, 18. Juli 2013, Sebastien Aucouturier wrote: > checking latest nvt feed, > i see some plugins rewrite using specifities > openvas6.0+beta5 > > That s great, but i got some ask as i see some inconstancies, > > most of the lsc plugins concatenate output result and desc : > security_hole(data:res + '\n' + desc); > where some other plugins only send result (tcp_timestamps.nasl) : > security_warning(data: result); > > the good one from my point of view should be tcp_timestamps.nasl way, > am i correct ?
yes. modifying the description like it was done in the old times is something I like to get rid of entirely. The description break-up which is currently in progress is a important step to overcome this behavior. -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | 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
