sanitize-csv
v1.0.0
Published
Sanitize CSV data and prevent injections
Downloads
1
Maintainers
Readme
Package Name: sanitize-csv
Sanitize CSV data and prevent injections
Documentation
Based on the documentation of OWASP for CSV Injection https://owasp.org/www-community/attacks/CSV_Injection
Specials chars used on injections
=, +, -, @, 0x09, 0x0D
- Equals to (=)
- Plus (+)
- Minus (-)
- At (@)
- Tab (0x09)
- Carriage return (0x0D)