Protect against XML DOS attacks
Only XML content from authenticated users is parsed.
This commit is contained in:
3
setup.py
3
setup.py
@@ -73,7 +73,8 @@ setup(
|
||||
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
||||
package_data={"radicale": WEB_FILES},
|
||||
entry_points={"console_scripts": ["radicale = radicale.__main__:run"]},
|
||||
install_requires=["passlib", "vobject>=0.9.6", "python-dateutil>=2.7.3"],
|
||||
install_requires=["defusedxml", "passlib", "vobject>=0.9.6",
|
||||
"python-dateutil>=2.7.3"],
|
||||
setup_requires=pytest_runner,
|
||||
tests_require=tests_require,
|
||||
extras_require={
|
||||
|
||||
Reference in New Issue
Block a user