public class JvmReturnTaintSink extends JvmTaintSink
JvmTaintSink triggered if the return value of
the specified method is tainted.| Constructor and Description |
|---|
JvmReturnTaintSink(Signature signature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Set<JvmMemoryLocation> |
getMemoryLocations()
The location of values returned by a method is the top of the stack.
|
int |
hashCode() |
boolean |
matchCfaEdge(JvmCfaEdge edge)
Returns true on the return edge of the sink method.
|
java.lang.String |
toString() |
convertSinksToMemoryLocationspublic JvmReturnTaintSink(Signature signature)
public java.util.Set<JvmMemoryLocation> getMemoryLocations()
getMemoryLocations in class JvmTaintSinkpublic boolean matchCfaEdge(JvmCfaEdge edge)
matchCfaEdge in class JvmTaintSink