Goblint_lib.SarifThe Sarif format is a standardised output format for static analysis tools. https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html
val createReportingDescriptor :
SarifRules.categoryInformation ->
SarifType.ReportingDescriptor.tval transformToReportingDescriptor :
Goblint_lib.Prelude.String.t ->
SarifType.ReportingDescriptor.tval goblintTool : SarifType.Tool.tval getCategoryInformationID : Messages.Tags.t -> stringval location_of_cil_location : GoblintCil.location -> SarifType.Location.tval result_of_message : Messages.Message.t -> SarifType.Result.t listval files_of_message : Messages.Message.t -> string listval artifacts_of_messages :
Messages.Message.t list ->
SarifType.Artifact.t listval to_yojson : Messages.Message.t list -> Yojson.Safe.t