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:
@@ -1,5 +1,9 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# 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-*.
|
o [GH#75] Normalize check targets to standard format check-*.
|
||||||
[Gioacchino Mazzurco]
|
[Gioacchino Mazzurco]
|
||||||
|
|
||||||
|
|||||||
@@ -230,7 +230,7 @@
|
|||||||
|
|
||||||
<!ELEMENT cpe (#PCDATA)>
|
<!ELEMENT cpe (#PCDATA)>
|
||||||
|
|
||||||
<!ELEMENT script (table|elem)* >
|
<!ELEMENT script (#PCDATA|table|elem)* >
|
||||||
<!ATTLIST script
|
<!ATTLIST script
|
||||||
id CDATA #REQUIRED
|
id CDATA #REQUIRED
|
||||||
output CDATA #REQUIRED
|
output CDATA #REQUIRED
|
||||||
|
|||||||
Reference in New Issue
Block a user