https://github.com/mbg/sarif
Haskell library for reading and writing SARIF files
https://github.com/mbg/sarif
code-scanning haskell haskell-library sarif
Last synced: about 1 year ago
JSON representation
Haskell library for reading and writing SARIF files
- Host: GitHub
- URL: https://github.com/mbg/sarif
- Owner: mbg
- License: mit
- Created: 2022-12-21T15:51:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T12:52:22.000Z (over 1 year ago)
- Last Synced: 2025-02-26T19:07:35.322Z (about 1 year ago)
- Topics: code-scanning, haskell, haskell-library, sarif
- Language: Haskell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SARIF implementation for Haskell



[](https://hackage.haskell.org/package/sarif)
This Haskell library provides types and JSON instances for the [Static Analysis Results Interchange Format (SARIF)](https://sarifweb.azurewebsites.net). Static analysis tools written in Haskell may use this library to export their results which can then be consumed by e.g. [GitHub Code Scanning](https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning).
## References
- [SARIF website](https://sarifweb.azurewebsites.net)
- [SARIF specification](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.pdf)
- [SARIF tutorials](https://github.com/microsoft/sarif-tutorials/)