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 should mark transformed functions in some way to properly identify instrumented functions at runtime, for example, via Reflection.isInstrumented(function).
This feature will be useful when deciding if value should remain tainted when have passed as an argument to some function or not.
Also, there is a bug in the current stub for isInstrumented:
We should mark transformed functions in some way to properly identify instrumented functions at runtime, for example, via
Reflection.isInstrumented(function)
.This feature will be useful when deciding if value should remain tainted when have passed as an argument to some function or not.
Also, there is a bug in the current stub for
isInstrumented
:The text was updated successfully, but these errors were encountered: