You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd replace location.analysisTarget with location.analysisTargetUri, replace location.resultFile with location.resultFileUri, and introduce property location.region.
The rationale is that you never need a region on both of analysis target and result file.
The initial motivation for considering this change was the introduction of run.analysisTargetUri. We originally considered calling it run.analysisTarget and making it a physicalLocation object whose region would never be used.
Copied from sarif-standard/sarif-spec-v1#218, created by @lgolding:
We'd replace
location.analysisTarget
withlocation.analysisTargetUri
, replacelocation.resultFile
withlocation.resultFileUri
, and introduce propertylocation.region
.The rationale is that you never need a region on both of analysis target and result file.
The initial motivation for considering this change was the introduction of
run.analysisTargetUri
. We originally considered calling itrun.analysisTarget
and making it aphysicalLocation
object whoseregion
would never be used.@michaelcfanning FYI
The text was updated successfully, but these errors were encountered: