secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
919 stars 140 forks source link

Bump json-schema-validator to fix build on ARM #636

Closed fabianbs96 closed 1 year ago

fabianbs96 commented 1 year ago

The recent PR #627 broke the build on ARM due to a bug in the JSON Schema Validator.

This PR bumps the schema validator to the commit that actually fixes the bug (unfortunately no tagged release yet).

@janniclas can you check whether this works on your system?