Skip to content

Commit

Permalink
Proposed changes to #143
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Golding committed May 22, 2018
1 parent cb5d6bd commit 6b5e869
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Agendas/20180530.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
1. Editors' report
1. Approval of modifications to previously approved changes
1. [Issue #143](https://github.com/oasis-tcs/sarif-spec/issues/143): "Roles for edited files"
1. [Issue #143](https://github.com/oasis-tcs/sarif-spec/issues/160): "Roles for edited files"

Add normative statement: Engineering system **SHALL** provide out of band information to determine the baseline run.

2. [Issue #143](https://github.com/oasis-tcs/sarif-spec/issues/143): "Roles for edited files"

Replace this:

- `"generatedFile"`: the file was generated by the build
- `"generatedFile"`: the file was generated by the build

with this:

Expand Down
2 changes: 1 addition & 1 deletion Documents/Schema changes between SARIF v1 and v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ These overrides are noted on the earlier change.
- `"addedFile"`
- `"deletedFile"`
- `"renamedFile"`
- `"generatedFile"`
- `"uncontrolledFile"`

- [Issue #161](https://github.com/oasis-tcs/sarif-spec/issues/161): "Expand code flows to represent dynamic execution events"

Expand Down
2 changes: 1 addition & 1 deletion Schemata/sarif-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
"addedFile",
"deletedFile",
"renamedFile",
"generatedFile"
"uncontrolledFile"
]
}
},
Expand Down

0 comments on commit 6b5e869

Please sign in to comment.