Python: Move XML parsing PoC

Since the folder where it used to live is now empty otherwise :O
This commit is contained in:
Rasmus Wriedt Larsen
2022-03-31 18:37:47 +02:00
parent 673220b231
commit 5083023aa8
5 changed files with 3 additions and 1 deletions

1
python/PoCs/README.md Normal file
View File

@@ -0,0 +1 @@
A place to collect proof of concept for how certain vulnerabilities work.

View File

@@ -555,6 +555,8 @@ module XML {
* A kind of XML vulnerability. * A kind of XML vulnerability.
* *
* See overview of kinds at https://pypi.org/project/defusedxml/#python-xml-libraries * See overview of kinds at https://pypi.org/project/defusedxml/#python-xml-libraries
*
* See PoC at `python/PoCs/XmlParsing/PoC.py` for some tests of vulnerable XML parsing.
*/ */
class XMLParsingVulnerabilityKind extends string { class XMLParsingVulnerabilityKind extends string {
XMLParsingVulnerabilityKind() { XMLParsingVulnerabilityKind() {