-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF54, 2021.10
-
Release Notes Summary:The first malicious character of a cell in a CSV export is sanitized to avoid CSV injection.
-
Tags:
-
Backlog priority:750
-
Sprint:nxplatform #45
Following https://owasp.org/www-community/attacks/CSV_Injection Nuxeo should escape (or remove) the first character when a cell starts with
- Equals to (=)
- Plus (+)
- Minus (-)
- At (@)
- Tab (0x09)
- Carriage return (0x0D)
- causes
-
NXP-31466 Fix CSV export for String values which starts with a dash
- Resolved
- Is referenced in