|
1 | 1 | {
|
2 |
| - "$schema": "http://json-schema.org/draft-04/schema#", |
3 |
| - "title": "Static Analysis Results Format (SARIF) Version 2.1.0-rtm.5 JSON Schema", |
4 |
| - "id": "https://raw.githubusercontent.com/schemastore/schemastore/master/src/schemas/json/sarif-2.1.0-rtm.5.json", |
5 |
| - "description": "Static Analysis Results Format (SARIF) Version 2.1.0-rtm.5 JSON Schema: a standard format for the output of static analysis tools.", |
| 2 | + "$schema": "http://json-schema.org/draft-07/schema#", |
| 3 | + "title": "Static Analysis Results Format (SARIF) Version 2.1.0 JSON Schema", |
| 4 | + "$id": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json", |
| 5 | + "description": "Static Analysis Results Format (SARIF) Version 2.1.0 JSON Schema: a standard format for the output of static analysis tools.", |
6 | 6 | "additionalProperties": false,
|
7 | 7 | "type": "object",
|
8 | 8 | "properties": {
|
|
1136 | 1136 | },
|
1137 | 1137 |
|
1138 | 1138 | "startTimeUtc": {
|
1139 |
| - "description": "The Coordinated Universal Time (UTC) date and time at which the invocation started. See \"Date/time properties\" in the SARIF spec for the required format.", |
| 1139 | + "description": "The Coordinated Universal Time (UTC) date and time at which the run started. See \"Date/time properties\" in the SARIF spec for the required format.", |
1140 | 1140 | "type": "string",
|
1141 | 1141 | "format": "date-time"
|
1142 | 1142 | },
|
1143 | 1143 |
|
1144 | 1144 | "endTimeUtc": {
|
1145 |
| - "description": "The Coordinated Universal Time (UTC) date and time at which the invocation ended. See \"Date/time properties\" in the SARIF spec for the required format.", |
| 1145 | + "description": "The Coordinated Universal Time (UTC) date and time at which the run ended. See \"Date/time properties\" in the SARIF spec for the required format.", |
1146 | 1146 | "type": "string",
|
1147 | 1147 | "format": "date-time"
|
1148 | 1148 | },
|
|
1222 | 1222 | },
|
1223 | 1223 |
|
1224 | 1224 | "machine": {
|
1225 |
| - "description": "The machine on which the invocation occurred.", |
| 1225 | + "description": "The machine that hosted the analysis tool run.", |
1226 | 1226 | "type": "string"
|
1227 | 1227 | },
|
1228 | 1228 |
|
1229 | 1229 | "account": {
|
1230 |
| - "description": "The account under which the invocation occurred.", |
| 1230 | + "description": "The account that ran the analysis tool.", |
1231 | 1231 | "type": "string"
|
1232 | 1232 | },
|
1233 | 1233 |
|
1234 | 1234 | "processId": {
|
1235 |
| - "description": "The id of the process in which the invocation occurred.", |
| 1235 | + "description": "The process id for the analysis tool run.", |
1236 | 1236 | "type": "integer"
|
1237 | 1237 | },
|
1238 | 1238 |
|
1239 | 1239 | "executableLocation": {
|
1240 |
| - "description": "An absolute URI specifying the location of the executable that was invoked.", |
| 1240 | + "description": "An absolute URI specifying the location of the analysis tool's executable.", |
1241 | 1241 | "$ref": "#/definitions/artifactLocation"
|
1242 | 1242 | },
|
1243 | 1243 |
|
1244 | 1244 | "workingDirectory": {
|
1245 |
| - "description": "The working directory for the invocation.", |
| 1245 | + "description": "The working directory for the analysis tool run.", |
1246 | 1246 | "$ref": "#/definitions/artifactLocation"
|
1247 | 1247 | },
|
1248 | 1248 |
|
|
2029 | 2029 | "properties": {
|
2030 | 2030 |
|
2031 | 2031 | "ruleId": {
|
2032 |
| - "description": "The stable, unique identifier of the rule, if any, to which this result is relevant.", |
| 2032 | + "description": "The stable, unique identifier of the rule, if any, to which this notification is relevant. This member can be used to retrieve rule metadata from the rules dictionary, if it exists.", |
2033 | 2033 | "type": "string"
|
2034 | 2034 | },
|
2035 | 2035 |
|
|
2715 | 2715 | ]
|
2716 | 2716 | },
|
2717 | 2717 |
|
2718 |
| - "status": { |
2719 |
| - "description": "A string that indicates the review status of the suppression.", |
| 2718 | + "state": { |
| 2719 | + "description": "A string that indicates the state of the suppression.", |
2720 | 2720 | "enum": [
|
2721 | 2721 | "accepted",
|
2722 | 2722 | "underReview",
|
|
0 commit comments