json-sanitizer
json-sanitizer copied to clipboard
Given JSON-like content, The JSON Sanitizer converts it to valid JSON.
## Description There are some assertions in the test `testMinify` which rely on the fact that iterating over the `pool` map returns elements in a consistent order. However, a `HashMap`...
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...
Hi We are using 1.2.0 and method JsonSanitizer.sanitize. Which version should we update to (1.2.2 or 1.2.3) to have less impact and stable? Thanks #
It is a bit limiting to force the JSON to be passed as a String especially for use in cases where the message size/volume may be large. The JAXRS MessageBodyReader...
I have been looking for a few days how to heal my JSON files, until I saw that this library existed, I was doing some tests to see how it...
So other JSON parsing libraries can be used support sanitisation of both whole JSON and individual values via `java.lang.CharSequence`. Examples: ```java javax.json.JsonString node = ... CharSequence sanitised = JsonSanitizer.sanitiseValue(node.getChars()); ```...
Hey all. This lib is sanitizing a whole set of char sequences, but not those related to command injection (ie shell commands). So using this to sanitize input leaves the...
Help! Any plan for new version release? Urgently needed, Thx.