Improved address object design #401
Labels
2.1.0-CSD.1
Will be fixed in SARIF v2.1.0 CSD.1.
bug
impact-breaks-consumers
impact-breaks-producers
merged
Changes merged into provisional draft.
resolved-fixed
When we decided to chain together
address
objects with aparentIndex
property, we failed to understand that offset should be relative to parent rather than to base address.Specify that
offset
is w.r.t. parent.Rename
offset
tooffsetFromParent
to avoid naturalbaseAddress + offset
error.Specify address resolution algorithm.
CONSIDER other kinds such as
"headers"
(start of header list),"sections"
(start of section list),"header"
,"tables"
,"table"
.The text was updated successfully, but these errors were encountered: