dummy change
This commit is contained in:
parent
96a7b27d1d
commit
7d70e49156
|
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue