You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resolver.html
+10-2
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ <h2>Overview</h2>
35
35
<ahref="https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html">OWASP's XML External Entity Prevention Cheat Sheet</a>):</p>
36
36
<ol>
37
37
<li>Disabling the <ahref="https://xerces.apache.org/xerces2-j/features.html#nonvalidating.load-external-dtd">http://apache.org/xml/features/nonvalidating/load-external-dtd</a>
38
-
feature. This results in the loss of <ahref="https://www.w3.org/TR/xml-entity-names/">XML character entities</a> that the document could contain, like "<code>&eacute;</code>".
38
+
feature. This results in the loss of <ahref="https://www.w3.org/TR/xml-entity-names/">XML character entities</a>
39
+
that the document could contain, like "<code>&eacute;</code>".
39
40
(Note: <ahref="https://www.w3.org/TR/xml-entity-names/predefined.html">predefined entities</a> like "<code>&amp;</code>" are not affected)</li>
40
41
<li>Enabling the feature <ahref="https://xerces.apache.org/xerces2-j/features.html#disallow-doctype-decl">http://apache.org/xml/features/disallow-doctype-decl</a>,
41
42
which throws an error if the parsed document contains a <code>DOCTYPE</code> declaration.
0 commit comments