dummy change

This commit is contained in:
Matthias Mair 2024-04-04 00:45:18 +02:00
parent 96a7b27d1d
commit 7d70e49156
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 0 deletions

View File

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