sarif: SARIF implementation for Haskell

[ data, library, mit ] [ Propose Tags ]

Provides types and JSON instances for the Static Analysis Results Interchange Format (SARIF).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies aeson, base (>=4.8 && <5), bytestring, containers, text, uuid-types [details]
License MIT
Copyright Copyright (c) Michael B. Gale
Author Michael B. Gale
Maintainer github@michael-gale.co.uk
Category Data
Home page https://github.com/mbg/sarif#readme
Bug tracker https://github.com/mbg/sarif/issues
Source repo head: git clone https://github.com/mbg/sarif
Uploaded by mbg at 2022-12-22T16:48:34Z
Distributions NixOS:0.1
Downloads 67 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-12-22 [all 1 reports]

Readme for sarif-0.1

[back to package description]

SARIF implementation for Haskell

This Haskell library provides types and JSON instances for the Static Analysis Results Interchange Format (SARIF). 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.