mirror of
https://github.com/pretix/pretix.git
synced 2026-08-14 11:26:26 +00:00
[SECURITY] Use defusedcsv for exports
This commit is contained in:
+2
-1
@@ -104,7 +104,8 @@ setup(
|
||||
'vobject==0.9.*',
|
||||
'pycountry',
|
||||
'django-countries',
|
||||
'pyuca'
|
||||
'pyuca',
|
||||
'defusedcsv'
|
||||
],
|
||||
extras_require={
|
||||
'dev': [
|
||||
|
||||
Reference in New Issue
Block a user