Skip to content

Commit

Permalink
Merge changes for #291: XML and JSON logical location kinds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Golding committed Mar 14, 2019
1 parent 8bb6152 commit 180d3a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file modified Documents/ProvisionalDrafts/sarif-v2.0-csd02-provisional.docx
Binary file not shown.
18 changes: 18 additions & 0 deletions Documents/Schema changes between SARIF v1 and v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,24 @@ Start of changes for CSD.2

## Changes approved but not yet applied to the schema.

- [Issue #291](https://github.com/oasis-tcs/sarif-spec/issues/291): "Update logical location kinds to accommodate XML and JSON paths"

In the `logicalLocation` object:

- Add the following values to the _comment_ on the `kind` property:
- For XML:
- `attribute`
- `element`
- `text`
- `comment`
- `processingInstruction`
- `dtd`
- For JSON:
- `object`
- `array`
- `property`
- `value`

- [Issue #330](https://github.com/oasis-tcs/sarif-spec/issues/330): "Rename 'invocation.toolNotifications' and 'configurationNotifications' to 'toolExecutionNotifications' and 'toolConfigurationNotifications'.

In the `invocation` object:
Expand Down

0 comments on commit 180d3a0

Please sign in to comment.