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
The backtrace analysis does not currently support the annotations the taint analysis does. We should add support for them by adding the calls to state.ResolveSsaNode in analysis/dataflow/code_identifiers.go and the new backtrace annotations in analysis/annotations/annotations.go.
The text was updated successfully, but these errors were encountered:
The backtrace analysis does not currently support the annotations the taint analysis does. We should add support for them by adding the calls to
state.ResolveSsaNode
inanalysis/dataflow/code_identifiers.go
and the new backtrace annotations inanalysis/annotations/annotations.go
.The text was updated successfully, but these errors were encountered: