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.