VYPR

Check Jsonschema

by Python Jsonschema

Source repositories

CVEs (1)

  • CVE-2024-53848HigNov 29, 2024
    risk 0.39cvss 7.1epss 0.00

    check-jsonschema is a CLI and set of pre-commit hooks for jsonschema validation. The default cache strategy uses the basename of a remote schema as the name of the file in the cache, e.g. `https://example.org/schema.json` will be stored as `schema.json`. This naming allows for…