python-defusedxml: add new package
authorEneas U de Queiroz <redacted>
Wed, 15 May 2019 17:22:15 +0000 (14:22 -0300)
committerEneas Queiroz <redacted>
Thu, 16 May 2019 11:48:38 +0000 (08:48 -0300)
commitd3f8d697115c0bfa9bbd2c0f9cfb6211dea5ad2b
treefd723ee4b623d8ca3ee73d721946abb1db4bf58f
parentaf0c91c3b6533a56fd6cf7133eecf0b7dfe3530f
python-defusedxml: add new package

The defusedxml package contains several Python-only workarounds and
fixes for denial of service and other vulnerabilities in Python's XML
libraries. In order to benefit from the protection you just have to
import and use the listed functions / classes from the right defusedxml
module instead of the original module.

Currently, openpyxl detects, and uses defusedxml, if installed.

Signed-off-by: Eneas U de Queiroz <redacted>
lang/python/python-defusedxml/Makefile [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT