Skip to content

Add end-line and end-column info to codeql: links #13

Description

@jeongsoolee09

Currently, the codeql: links three info: file path, start line, and start column. However, a location in SARIF is a 5-tuple:

  • file path,
  • start line,
  • start column,
  • end line, and
  • end column.

Encoding the end line and end column in the link should make it easy to implement #11.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions