An open API service indexing awesome lists of open source software.

https://github.com/projectdiscovery/sarif

Sarif exporter
https://github.com/projectdiscovery/sarif

Last synced: over 1 year ago
JSON representation

Sarif exporter

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)