mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
dummy change
This commit is contained in:
@ -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
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user