Update logical location kinds to accommodate XML and JSON paths?
EBALLOT PROPOSAL: add a set of logical location kinds to the open-ended logicalLocation.kind property value set that help users locate paths within JSON, XML or other mark-up documents.
API IMPACT: no literal API impact, as this is an open-ended string. Producers should favor one of our set of 'blessed' terms if they deem them relevant. Terms that will be referenced in the specification and in schema comments will now also include:
For JSON:
object
array
property
value
For XML:
element
text
attribute
comment
dtd
processingInstruction
https://github.com/oasis-tcs/sarif-spec/issues/291
|