From 088bda7f6fbad8ad0132f8fdb30b3d81c7b578ab Mon Sep 17 00:00:00 2001 From: Dave Waltermire Date: Thu, 20 Jun 2024 23:24:49 -0400 Subject: [PATCH] Added rule short and full descriptions to SARIF output --- schema/metaschema/sarif-module.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/schema/metaschema/sarif-module.xml b/schema/metaschema/sarif-module.xml index 1c94b0ad..450ca183 100644 --- a/schema/metaschema/sarif-module.xml +++ b/schema/metaschema/sarif-module.xml @@ -83,12 +83,36 @@ Reporting Descriptor Name A report identifier that is understandable to an end user. + + Short Description + A concise description of the report. Should be a single sentence that is understandable when visible space is limited to a single line of text. + shortDescription + + + Full Description + A description of the report. Should, as far as possible, provide details sufficient to enable resolution of any problem indicated by the result. + fullDescription + Help URI A URI where the primary documentation for the report can be found. + + Multi-format Message String + A message string or message format string rendered in multiple formats. + + + Text + A plain text message string or format string. + + + Markdown + A Markdown message string or format string. + + + Tool The analysis tool used.