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
In the current implementation, we are not propagating "taint information" when the RHS of an assignment is a method call of a tainted object. For instance, consider the example:
In the current implementation, we are not propagating "taint information" when the RHS of an assignment is a method call of a tainted object. For instance, consider the example:
Currently, we don't propagate the tainted information to the statement
String str2 = str.toString()
The text was updated successfully, but these errors were encountered: