diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-08-04 13:40:11 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-08-04 13:40:11 +0000 |
commit | 3fd9929b945fe53593bbb40136cc08f94b9bd302 (patch) | |
tree | 433b593fedf0b71b9601a006e5f9cea23a2c2f11 /devel/Makefile | |
parent | d20a57f55bc95bb0c9b17e6dc1e3df5963a7f1ed (diff) |
devel/py-defusedxml: Defusing XML bombs and other exploits
The results of an attack on a vulnerable XML library can be fairly dramatic.
With just a few hundred Bytes of XML data an attacker can occupy several
Gigabytes of memory within seconds. An attacker can also keep CPUs busy for
a long time with a small to medium size request. This library prevents
such issues.
WWW: https://bitbucket.org/tiran/defusedxml
Notes
Notes:
svn path=/head/; revision=324232
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6154033b5135..019026764031 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3496,6 +3496,7 @@ SUBDIR += py-dbus SUBDIR += py-decorator SUBDIR += py-decoratortools + SUBDIR += py-defusedxml SUBDIR += py-deliciousapi SUBDIR += py-demjson SUBDIR += py-dexml |