Skip to content

Commit

Permalink
Change draft for #286: file.sourceLanguage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Golding committed Dec 11, 2018
1 parent 4a8cfc4 commit 254bae7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file not shown.
10 changes: 10 additions & 0 deletions Documents/Schema changes between SARIF v1 and v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,16 @@ Start of changes for CSD.2

To bring the schema into conformance with this issue, ensure that the attributes of each array-valued property match the [table](/~https://github.com/oasis-tcs/sarif-spec/issues/270#issuecomment-443353144) in the issue.

- [Issue #286](/~https://github.com/oasis-tcs/sarif-spec/issues/286): "Specify optional property file.sourceLanguage to guide in syntax-driven colorization of snippets"

In the `file` object:

- Add a `sourceLanguage` property of type `string`, optional.

In the `run` object:

- Add a `defaultSourceLanguage` property of type `string`, optional.

- [Issue #293](/~https://github.com/oasis-tcs/sarif-spec/issues/293): "Add rule.deprecatedIds"

In the `rule` object:
Expand Down
2 changes: 2 additions & 0 deletions EditorsReports/Editor's report 2018-12-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Presented at TC Meeting #29, December 12th, 2018

1. [Issue #270](/~https://github.com/oasis-tcs/sarif-spec/issues/270): "Schema needs to be carefully scrubbed for minItems and uniqueItems use for all arrays" -- made available on December 4th, 2018.

1. [Issue #286](/~https://github.com/oasis-tcs/sarif-spec/issues/286): "Specify optional property file.sourceLanguage to guide in syntax-driven colorization of snippets" -- made available on December 10th, 2018.

1. [Issue #287](/~https://github.com/oasis-tcs/sarif-spec/issues/287): "Define default for resultProvenance.lastDetectionTimeUtc" -- made available on December 9th, 2018.

1. [Issue #293](/~https://github.com/oasis-tcs/sarif-spec/issues/293): "Add rule.deprecatedIds" -- made available on December 7th, 2018.

0 comments on commit 254bae7

Please sign in to comment.