2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

dummy change

This commit is contained in:
Matthias Mair
2024-04-04 00:45:18 +02:00
parent 96a7b27d1d
commit 7d70e49156

View File

@ -14,6 +14,7 @@ class InvenTreeResource(ModelResource):
"""Custom subclass of the ModelResource class provided by django-import-export". """Custom subclass of the ModelResource class provided by django-import-export".
Ensures that exported data are escaped to prevent malicious formula injection. Ensures that exported data are escaped to prevent malicious formula injection.
Ref: https://owasp.org/www-community/attacks/CSV_Injection Ref: https://owasp.org/www-community/attacks/CSV_Injection
""" """