https://github.com/projectdiscovery/sarif
Sarif exporter
https://github.com/projectdiscovery/sarif
Last synced: over 1 year ago
JSON representation
Sarif exporter
- Host: GitHub
- URL: https://github.com/projectdiscovery/sarif
- Owner: projectdiscovery
- License: mit
- Created: 2022-11-23T14:36:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T08:57:15.000Z (about 2 years ago)
- Last Synced: 2025-04-02T21:39:01.421Z (over 1 year ago)
- Language: Go
- Size: 86.9 KB
- Stars: 11
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sarif
`sarif` is golang implementation of Static Analysis Results Interchange Format (SARIF) . SARIF is a standard data model and serialization format for static analysis results.
To view any SARIF file visit [sarif-web-component](https://microsoft.github.io/sarif-web-component/)
# References
[sarif-specification](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html)
[sarif-tutorials](https://github.com/microsoft/sarif-tutorials)