use defusedxml to avoid DoS attacks while loading XML

This commit is contained in:
Hans-Christoph Steiner 2018-08-29 17:27:04 +02:00
parent cc94ebca30
commit 4d13a904f3
4 changed files with 10 additions and 4 deletions

View file

@ -69,6 +69,7 @@ setup(name='fdroidserver',
install_requires=[
'androguard >= 3.1.0rc2',
'clint',
'defusedxml',
'GitPython',
'mwclient',
'paramiko',