Uses of Class
com.h3xstream.findsecbugs.taintanalysis.TaintClassConfig
-
Packages that use TaintClassConfig Package Description com.h3xstream.findsecbugs.taintanalysis -
-
Uses of TaintClassConfig in com.h3xstream.findsecbugs.taintanalysis
Methods in com.h3xstream.findsecbugs.taintanalysis that return TaintClassConfig Modifier and Type Method Description TaintClassConfigTaintConfig. getTaintClassConfig(String typeSignature)TaintClassConfigTaintClassConfig. load(String taintConfig)Loads class summary from String
The summary should have the following syntax:
defaultTaintState #IMMUTABLE, wheredefaultTaintStatemeans the Taint state for type casting and return types.
-