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
I know that file TaintWrapperSource.txt contains a list of methods in Java library. But I don't know how to collect them and how to evaluate the MethodWrapType(e.g. the type of method <java.util.concurrent.ThreadLocalRandom: int nextInt(int)> is TaintReturn) of each method?
The text was updated successfully, but these errors were encountered:
@X-czh,
Actually, I know the meaning of each type(e.g. TaintBoth) and how to deal with it.
But given a java library method(such as <java.util.concurrent.ThreadLocalRandom: int nextInt(int)>), how could you evaluate its type(such as TaintReturn)? Is there any heuristics?
Hi, @X-czh @zjzijielu ,
I know that file
TaintWrapperSource.txt
contains a list of methods in Java library. But I don't know how to collect them and how to evaluate theMethodWrapType
(e.g. the type of method<java.util.concurrent.ThreadLocalRandom: int nextInt(int)>
isTaintReturn
) of each method?The text was updated successfully, but these errors were encountered: