package frama-c

  1. Overview
  2. Docs

doc/frama-c-markdown-report.core/Markdown_report/Sarif/Schema/index.html

Module Sarif.SchemaSource

Sourcetype t = {
  1. schema : Uri.t;
  2. version : Version.t;
  3. runs : Run.t list;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval create : ?schema:Uri.t -> ?version:Version.t -> runs:Run.t list -> unit -> t
OCaml

Innovation. Community. Security.