mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
use defusedxml to avoid DoS attacks while loading XML
This commit is contained in:
parent
cc94ebca30
commit
4d13a904f3
4 changed files with 10 additions and 4 deletions
1
setup.py
1
setup.py
|
@ -69,6 +69,7 @@ setup(name='fdroidserver',
|
|||
install_requires=[
|
||||
'androguard >= 3.1.0rc2',
|
||||
'clint',
|
||||
'defusedxml',
|
||||
'GitPython',
|
||||
'mwclient',
|
||||
'paramiko',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue