package sarif

  1. Overview
  2. Docs
Static Analysis Results Interchange Format (SARIF) Version 2.1.0

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=f212bf4c34f8b931e8b9f369c5b4962a
sha512=3bb07935f827d002d8f3f6ef349a1a2be5e682765505814f7a6ba3ab3156ab6b0421941428c2bdfc9d33ad79b16da8d57a7bf114c581a06100b88f5f4ed9b842

CHANGES.html

CHANGES

## 0.3.1 (2024-02-28)

### Fixed
* Fixed atdgen runtime int64 JSON representation bug

## 0.3.0 (2024-01-29)

### Added
* Added ocamlformat rules

### Removed
* Removed unnecessary ord derive on all types

### Fixed
* Fixed PropertyBag signature from (string * string) list -> (string * abstract) list to cover JSON value cases

## 0.2.1 (2024-01-24)

### Removed
* Removed core and re2 dependencies

## 0.2.0 (2024-01-19)

### Added
* Added versioning field to Sarif core type

### Fixed
* Fixed missing JSON field for artifactLocation, artifactChanges, shortDescription, deletedRegion, webRequests, webResponses, itemCount, exitCode, parentIndex, partialFingerprints, workItemUris, mappedTo

## 0.1.0 (2024-01-08)

* Initial release