summaryrefslogtreecommitdiff
path: root/other
Commit message (Collapse)AuthorAgeFilesLines
* Reformat all code with black 18.9b0Christian Heimes2019-04-144-8/+9
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* rename python filesChristian Heimes2013-02-252-0/+2
|
* PHP's libxml_disable_entity_loader() prevents entity expansionChristian Heimes2013-02-251-0/+3
|
* add demo exploits for webdav and xmlrpcChristian Heimes2013-02-252-0/+84
|
* Add demo exploit for external entity expansionChristian Heimes2013-02-211-0/+58
|
* Add missing parser_list argument to sax.make_parser()Christian Heimes2013-02-207-0/+67
The argument is ignored, though. (thanks to Florian Apolloner)