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

Security/csv injection issue 1035 #1155

Merged
merged 3 commits into from
Jan 17, 2020

Conversation

gabrielliwerant
Copy link
Collaborator

Closes #1035.

Escape certain initial characters that can lead to malicious code injection via csv values, according to this source https://affinity-it-security.com/how-to-prevent-csv-injection/.

@gabrielliwerant gabrielliwerant added the security Potential security issues and vulnerabilities label Jan 16, 2020
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 76.467% when pulling 8119e8e on security/csv-injection-issue-1035 into 12b2d2b on master.

…o security/csv-injection-issue-1035

# Conflicts:
#	src/utils.js
@gabrielliwerant gabrielliwerant merged commit fcbbb42 into master Jan 17, 2020
@gabrielliwerant gabrielliwerant deleted the security/csv-injection-issue-1035 branch January 17, 2020 07:23
patorjk pushed a commit to patorjk/mui-datatables that referenced this pull request May 31, 2020
* Escapes certain initial characters in csv data to prevent injection

* Add tests for csv injection escaping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm security Potential security issues and vulnerabilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mui-datatables flagged in SonaType Code Scan
2 participants