snowy-json
snowy-json copied to clipboard
Snow, a full-featured JSON Schema validator
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Fixes ssilverman/snowy-json#13
See https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327
I used the following schema document, Values for 'a' and 'b' are not valid schemas. { "properties": { "a":1, "b":2 } } But validator wouldn't flag an error. Isn't this...
AGPL
Hi there @ssilverman I know this is a bit of a sore subject, considering how the last discussion went. Apologies for A) bringing it up again and B) not adding...
Under the GNU License, this library is almost useless. Can you please change the license to Apache 2.0?
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.102 to 4.8.112. Release notes Sourced from io.github.classgraph:classgraph's releases. classgraph-4.8.112 Added a secure version of DocumentBuilderFactory and XPATHFactory to prevent XXE (XML External Entity) attack when reading...