Skip to content

Commit

Permalink
#390: Revised proposal; URIs are not redactable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Golding committed Apr 27, 2019
1 parent 3843f81 commit 2d0dafc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Binary file not shown.
Binary file modified Documents/ProvisionalDrafts/sarif-v2.0-csd02-provisional.docx
Binary file not shown.
10 changes: 8 additions & 2 deletions Documents/Schema changes between SARIF v1 and v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2051,8 +2051,14 @@ Start of changes for CSD.2

- In the `kind` property, add values `"instruction"` and `"data"`.

- [Issue #399](https://github.com/oasis-tcs/sarif-spec/issues/399): "Rename invocation.toolExecutionSuccessful to executionSuccessful"
- [Issue #399](https://github.com/oasis-tcs/sarif-spec/issues/399): "Rename invocation.toolExecutionSuccessful to executionSuccessful"

In the `invocation` object:

- Rename the `toolExecutionSuccessful` property to `executionSuccessful`.
- Rename the `toolExecutionSuccessful` property to `executionSuccessful`.

- [Issue #390](https://github.com/oasis-tcs/sarif-spec/issues/390): "Make certain invocation and versionControlDetails properties redactable"

In the `artifactLocation` object:

- Make the `uri` property optional, with default value `"."`.

0 comments on commit 2d0dafc

Please sign in to comment.