Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b95af76

Browse files
committed
spelling: although
Signed-off-by: Josh Soref <[email protected]>
1 parent b105299 commit b95af76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/Security/CWE-611/Xxe.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ default parser</a> from <code>lxml.etree</code> allows local external entities t
3838
<p>
3939
To guard against XXE attacks with the <code>lxml</code> library, you should create a
4040
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
41+
entity expansion is undertaken, although standard predefined entities such as
4242
<code>&amp;gt;</code>, for writing <code>&gt;</code> inside the text of an XML element,
4343
are still allowed.
4444
</p>

0 commit comments

Comments
 (0)