summaryrefslogtreecommitdiff
path: root/SECURITY.md
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.9 compatibilityChristian Heimes2020-04-151-0/+1
| | | | | | | | | | | Python 3.9 no longer ships the xml.etree.cElementTree module. defusedxml no longer provides the a fixed module with 3.9 as well. defusedxml.cElementTree is still available with 3.8. See: https://bugs.python.org/issue36543 See: https://github.com/python/cpython/pull/19108 Fixes: https://github.com/tiran/defusedxml/issues/50 Signed-off-by: Christian Heimes <christian@python.org>
* Create SECURITY.mdChristian Heimes2019-09-091-0/+12