mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Move XML parsing PoC
Since the folder where it used to live is now empty otherwise :O
This commit is contained in:
1
python/PoCs/README.md
Normal file
1
python/PoCs/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
A place to collect proof of concept for how certain vulnerabilities work.
|
||||||
@@ -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() {
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
just FYI
|
|
||||||
Reference in New Issue
Block a user