OWASP / json-sanitizer

Given JSON-like content, The JSON Sanitizer converts it to valid JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OWASP Utility/ Library for CSV Sanitization in JAVA

Soham-Sagar-007 opened this issue · comments

I am having the import and export functionality of CSV file.
I want to prevent the malicious data to be injected as a part of CSV file.
Ex. formulas and links like below
=HYPERLINK("C:\Windows\System32\cmd.exe";"Click me")
=WEBSERVICE(""https://turbanatorsjs1.herokuapp.com/tttttttttt"")

@OWASPFoundation