oasis-tcs / sarif-spec

OASIS SARIF TC: Repository for development of the draft standard, where requests for modification should be made via Github Issues
https://github.com/oasis-tcs/sarif-spec
Other
166 stars 47 forks source link

Defined a scanned file role (#459) #642

Closed sthagen closed 2 months ago

sthagen commented 2 months ago

Implements #459

sthagen commented 2 months ago

I will have to add the corresponding change to the schema before this can be merged. Nothing exciting though, as the compliance level of the key roles is MAY and we only need to add the new scannedFilevalue to the existing enumeration. ETA for the change is before the TC meeting today at 15:00 UTC.

the diff will be:

--- sarif-2-2.schema.json       2024-07-11 08:09:56.735303142 +0000
+++ sarif-2-2.new-schema.json   2024-07-11 08:09:21.439546947 +0000
@@ -144,6 +144,7 @@
               "attachment",
               "responseFile",
               "resultFile",
+              "scannedFile",
               "standardStream",
               "tracedFile",
               "unmodified",
sthagen commented 2 months ago

The motion to approve and merge this pull request succeeded during the 2024-07-11 TC meeting. Cf. 3.3.2 Approval of changes after merge of the minutes PR, until then https://github.com/oasis-tcs/sarif-spec/blob/meeting-2024-07-11/meeting_minutes/240711_SARIF_TC_89.md#332-approval-of-changes.