OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sarif-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: Error in comprehensive SARIF example


Another one on line 231:

              "exception": {
                "kind": "ExecutionEngine.RuleFailureException",
                "message": {
                  "text": "Unhandled exception during rule evaluation."
                },

Based on the spec the exception message is just a string. So it should be:

              "exception": {
                "kind": "ExecutionEngine.RuleFailureException",
                "message": "Unhandled exception during rule evaluation.",

best
pascal

On Sun, Dec 15, 2019 at 9:40 AM Pascal Berger <pascal.berger@gmail.com> wrote:
>
> Hi,
> There's an error in the comprehensive SARIF example in K.4 on line 95:
>
> "shortDescription": {
>   "text": "The run ended".
> },
>
> The . for the text needs to be inside the quoted text.
>
> Best
> pascal


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]