1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix Nmap DTD to account for PCDATA in script element

This commit is contained in:
dmiller
2015-08-21 16:35:19 +00:00
parent 90f534d8c1
commit fb5c947453
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o Fix Nmap's DTD, which did not recognize that the script element could contain
character data when a script returns a number or a boolean.
[Jonathan Daugherty]
o [GH#75] Normalize check targets to standard format check-*.
[Gioacchino Mazzurco]

View File

@@ -230,7 +230,7 @@
<!ELEMENT cpe (#PCDATA)>
<!ELEMENT script (table|elem)* >
<!ELEMENT script (#PCDATA|table|elem)* >
<!ATTLIST script
id CDATA #REQUIRED
output CDATA #REQUIRED