package frama-c

  1. Overview
  2. Docs

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

Module Sarif.MessageSource

Sourcetype t = {
  1. text : string;
  2. id : string;
  3. markdown : string;
  4. arguments : string list;
  5. properties : Properties.t;
}
Sourceval create : ?text:string -> ?id:string -> ?markdown:string -> ?arguments:string list -> ?properties:Properties.t -> unit -> t
Sourceval plain_text : text:string -> ?id:string -> ?arguments:string list -> unit -> t
Sourceval markdown : markdown:Frama_c_kernel.Markdown.elements -> ?id:string -> ?arguments:string list -> unit -> t
OCaml

Innovation. Community. Security.