Change location.logicalLocation to logicalLocations array #414
Labels
2.1.0-CSD.1
Will be fixed in SARIF v2.1.0 CSD.1.
enhancement
impact-breaks-consumers
impact-breaks-producers
merged
Changes merged into provisional draft.
resolved-fixed
There are cases where you can express a logical location in more than one way. For example, in HTML you can express the location of an element as an XPath (
/body/para[1]/img[1]
) or as a CSS selector (#logo
). We'd like to be able to mention both.The text was updated successfully, but these errors were encountered: