Skip to content

Commit

Permalink
Change draft for #317: result.kind/level.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Golding committed Feb 18, 2019
1 parent e5ad529 commit 37b1ff1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Agendas/20190220.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
(included in a single change draft).
1. [Issue #312](https://github.com/oasis-tcs/sarif-spec/issues/312): "Consider adding 'updated' baselineState"
1. [Issue #146](https://github.com/oasis-tcs/sarif-spec/issues/146): "Make result.ruleId a hierarchical string to accommodate 'sub-rules'"
1. [Issue #317](https://github.com/oasis-tcs/sarif-spec/issues/317): "Consider splitting resultLevel into result.level and result.kind."
1. [Issue #322](https://github.com/oasis-tcs/sarif-spec/issues/322): "Please add a 'directory' role"
1. Discussions
1. Larry: Consider removing localization support, including `tool.language`.
Expand Down
Binary file not shown.
8 changes: 8 additions & 0 deletions Documents/Schema changes between SARIF v1 and v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,14 @@ _and_ [Issue #311](https://github.com/oasis-tcs/sarif-spec/issues/311): "Provide
- Rename `"existing"` to `"unchanged"`.
- Add a new value `"updated"`.

- [Issue #317](https://github.com/oasis-tcs/sarif-spec/issues/317): "Consider splitting resultLevel into result.level and result.kind."

In the `result` object:

- Add a `kind` property of type `string` with enumerated values `"open"`, `"review"`, `"notApplicable"`, `"pass"`, and `"fail"`.

- In the `level` property, remove the enumerated values `"open"`, `"review"`, `"notApplicable"`, and `"pass"`.

- [Issue #322](https://github.com/oasis-tcs/sarif-spec/issues/322): "Please add a 'directory' role"

- In the `file` object:
Expand Down
1 change: 1 addition & 0 deletions EditorsReports/Editor's report 2019-02-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Presented at TC Meeting #32, February 20th, 2019
1. [Issue #179](https://github.com/oasis-tcs/sarif-spec/issues/179): "Consider whether SARIF covers plug-ins/rules versioning sufficiently" -- made available on February 18th, 2019.
1. [Issue #311](https://github.com/oasis-tcs/sarif-spec/issues/311): "Provide full metadata objects for notifications" -- made available on February 18, 2019.
1. [Issue #312](https://github.com/oasis-tcs/sarif-spec/issues/312): "Consider adding 'updated' baselineState" -- made available on February 11, 2019.
1. [Issue #317](https://github.com/oasis-tcs/sarif-spec/issues/317): "Consider splitting resultLevel into result.level and result.kind." -- made available on February 18, 2019.
1. [Issue #322](https://github.com/oasis-tcs/sarif-spec/issues/322): "Please add a 'directory' role." -- made available on February 18, 2019.

0 comments on commit 37b1ff1

Please sign in to comment.