https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116603
Bug ID: 116603 Summary: SARIF schema URL gives 404 not found Product: gcc Version: unknown Status: UNCONFIRMED Keywords: SARIF Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- Currently we're using: #define SARIF_SCHEMA "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" but that URL gives 404 not found. The spec gives this URL: https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json which works, so presumably we should use that instead. Should also doublecheck the schema copy that we check against in DejaGnu.