patch against nessus.xsl to fix empty data field in display
"Nathan R. Valentine" <[email protected]>
| Newsgroups | gmane.comp.security.nessus.devel |
|---|---|
| Message-ID | <1073350775.1127.14.camel@chaco> |
See subject. Old .xsl file resulted in empty data fields. -- Nathan R. Valentine <[email protected]> _______________________________________________ Nessus-devel mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus-devel
nessus.xsl.diff
(text/x-patch, 392 B)
--- nessus.xsl.orig 2002-10-08 12:09:26.000000000 -0400
+++ nessus.xsl 2004-01-05 19:50:25.000000000 -0500
@@ -386,7 +386,7 @@
</td>
<td class="default" width="80%">
<table border="1" cellpadding="2" cellspacing="1" width="100%">
- <xsl:apply-templates select="./information/data"/>
+ <xsl:value-of select="./information/data"/>
</table>
</td>
</tr>
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQA/+gh3OtuGVF5JE5ARAhUWAKCY1M49rn51dwgClDHiqGaGtd20WQCfeVSW BILwMVohZQ58S3fQy3negIA= =xBzY -----END PGP SIGNATURE-----