https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116301

            Bug ID: 116301
           Summary: RFE: provide support for future SARIF versions
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dmalcolm at gcc dot gnu.org
  Target Milestone: ---

Our SARIF output code is currently hardcoded to emit version 2.1.0 of SARIF.

2.2 isn't out yet, but has gained some features we might want to use, such as
relatedLocations within notification objects.

We probably want an option to specify which version of sarif we output e.g.
  -fsarif-version=2.1.0 
or somesuch, and default to emitting the most recently approved version of the
standard.

Reply via email to