From 1252aa00fa64d09a20c68ab5ae66384b710f327b Mon Sep 17 00:00:00 2001 From: david Date: Sat, 7 Feb 2009 07:28:54 +0000 Subject: [PATCH] Add CHANGELOG credits for the users who sent in reports for the dns-zone-transfer.nse parsing bug. --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index dd2d94199..875cf0c04 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,8 @@ o Fixed a DNS decoding bug in dns-zone-transfer.nse that created garbage output and could crash Zenmap by including 0x0C bytes in XML files. The Zenmap crash looked like SAXParseException: .../zenmap-XXXXXX.xml:39:290: not well-formed (invalid token) - [David] + Thanks to Anino Belan and Eric Nickel for sending in affected log + files. [David] o [NSEDoc] Scripts that use modules automatically have the script arguments defined by those modules included in their documentation.