-
Notifications
You must be signed in to change notification settings - Fork 49
SARIF‐relevant Links
This page contains SARIF-relevant links.
Note: The references provided below are informational only. Their presence is not an endorsement.
Package to work with SARIF files as Python objects
Generate Python classes from a JSON schema
https://github.com/microsoft/jschema-to-python
A set of .NET components for working with JSON Schema Draft 4
https://github.com/microsoft/jschema/
This is a tutorial on converting XML to JSON and Dict format using Python
(useful when moving a SARIF file from XML to JSON format)
https://www.journaldev.com/19392/python-xml-to-json-dict
https://json-schema.org/implementations.html
an implementation of the JSON schema specification for Python https://github.com/Julian/jsonschema
An online, interactive JSON Schema validator
(useful when creating SARIF domain-specific subsets)