Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify csv content during uploads #695

Open
vinayvenu opened this issue Feb 27, 2024 · 0 comments
Open

Verify csv content during uploads #695

vinayvenu opened this issue Feb 27, 2024 · 0 comments
Assignees

Comments

@vinayvenu
Copy link
Member

See
https://owasp.org/www-community/attacks/CSV_Injection
http://georgemauer.net/2017/10/07/csv-injection.html

To mitigate these concerns, it will be good to

  1. Add quotes and a tab at the beginning of a cell when the cell starts with =, +, - or @.
  2. Ensure this is removed when actually processing the file (to prevent fails for phone numbers, negative numbers etc
vinayvenu added a commit that referenced this issue Feb 27, 2024
1t5j0y added a commit that referenced this issue Mar 11, 2024
1t5j0y added a commit that referenced this issue Mar 11, 2024
1t5j0y added a commit that referenced this issue Mar 12, 2024
1t5j0y added a commit that referenced this issue Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: QA Ready
Development

No branches or pull requests

1 participant