-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address object in location (and other nodes) : https://github.com/oasis-tcs/sarif-spec/issues/302 #1323
Conversation
src/Sarif/Schemata/sarif-schema.json
Outdated
"uniqueItems": false, | ||
"default": [], | ||
"items": { | ||
"$ref": "#/definitions/address" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
address [](start = 47, length = 7)
make this externalPropertyFile #Resolved
src/Sarif/Schemata/sarif-schema.json
Outdated
@@ -560,6 +596,17 @@ | |||
} | |||
}, | |||
|
|||
"addresses": { | |||
"description": "The addresses associated with external property files, if any.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The addresses associated with external property files, if any. [](start = 36, length = 62)
This s/be
"An array of external property files containing run.addresses arrays to be merged with the root log file." #Resolved
src/Sarif/Schemata/sarif-schema.json
Outdated
@@ -1947,6 +1999,17 @@ | |||
} | |||
}, | |||
|
|||
"addresses": { | |||
"description": "The addresses associated with this run instance, if any.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The addresses [](start = 36, length = 13)
Just say "Addresses associated..." #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.