Skip to content

Commit f5854f3

Browse files
RasmusWLyoff
andauthored
Python: Apply suggestions from code review
Co-authored-by: yoff <[email protected]>
1 parent 714465b commit f5854f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-776/XmlBomb.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PyPI package, which has been created to prevent XML attacks (both XXE and XML bo
3939
<example>
4040
<p>
4141
The following example uses the <code>xml.etree</code> XML parser provided by the Python standard library to
42-
parse a string <code>xml_src</code>. That string is from an untrusted source, so this code is be
42+
parse a string <code>xml_src</code>. That string is from an untrusted source, so this code is
4343
vulnerable to a DoS attack, since the <code>xml.etree</code> XML parser expands internal entities by default:
4444
</p>
4545
<sample src="examples/XmlBombBad.py"/>

0 commit comments

Comments
 (0)