oasis-tcs / sarif-spec

OASIS SARIF TC: Repository for development of the draft standard, where requests for modification should be made via Github Issues
https://github.com/oasis-tcs/sarif-spec
Other
169 stars 47 forks source link

"3.11.6 Messages with embedded links" example mistake #619

Open Marcono1234 opened 10 months ago

Marcono1234 commented 10 months ago

Section "3.11.6 Messages with embedded links" contains the following example:

"message": {
  "text": "Prohibited term used in [para\\[0\\]\\\\spans\\[2\\](1)."
}

To me it looks like there is a ] missing which should enclose the link message:

...\\\\spans\\[2\\]](1)."
                   ^