save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Support the byteOffset from Region object for Sarif

Open kgevorkyan opened this issue 3 years ago • 0 comments

Seems, that Sarif supports two options for identify the place of warning/fixes via Region object:

  1. By indicating the lines and columns
  2. By indicating the byteOffset and byteLength

For now we support only lines and columns for indicating, but it will be good enough to support byte offsets too

See https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc34317889

kgevorkyan avatar Nov 29 '22 13:11 kgevorkyan