https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116419
Bug ID: 116419 Summary: RFE: capture URLs in SARIF messages 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: --- GCC diagnostic messages can contain URLs, but I believe we're currently dropping them on the floor when emitting SARIF. See "3.11.6 Messages with embedded links": https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/sarif-v2.1.0-errata01-os-complete.html#_Toc141790717 for how we could express these in SARIF. I'm working on implementing this.