We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9004a83 commit 9d53938Copy full SHA for 9d53938
python/PoCs/XmlParsing/PoC.py
@@ -699,7 +699,7 @@ def char_data_handler(data):
699
700
assert char_data_recv == []
701
702
- # there might be ways to make it vuln, but I did not investigate futher.
+ # there might be ways to make it vuln, but I did not investigate further.
703
704
@staticmethod
705
def test_dtd():
@@ -711,4 +711,4 @@ def test_dtd():
711
parser.Parse(dtd_retrieval, True)
712
assert hit_dtd == False
713
714
0 commit comments