sanitize-csv

1.0.0 • Public • Published

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)

How to use sanitize-csv

/sanitize-csv/

    Package Sidebar

    Install

    npm i sanitize-csv

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    6.91 kB

    Total Files

    7

    Last publish

    Collaborators

    • edyrkaj