Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b105299 commit b95af76Copy full SHA for b95af76
1 file changed
python/ql/src/Security/CWE-611/Xxe.qhelp
@@ -38,7 +38,7 @@ default parser</a> from <code>lxml.etree</code> allows local external entities t
38
<p>
39
To guard against XXE attacks with the <code>lxml</code> library, you should create a
40
parser with <code>resolve_entities</code> set to <code>false</code>. This means that no
41
-entity expansion is undertaken, althuogh standard predefined entities such as
+entity expansion is undertaken, although standard predefined entities such as
42
<code>&gt;</code>, for writing <code>></code> inside the text of an XML element,
43
are still allowed.
44
</p>
0 commit comments