Uses of Class
com.h3xstream.findsecbugs.taintanalysis.data.UnknownSource
-
Packages that use UnknownSource Package Description com.h3xstream.findsecbugs.injection com.h3xstream.findsecbugs.taintanalysis com.h3xstream.findsecbugs.taintanalysis.data -
-
Uses of UnknownSource in com.h3xstream.findsecbugs.injection
Method parameters in com.h3xstream.findsecbugs.injection with type arguments of type UnknownSource Modifier and Type Method Description voidInjectionSink. addSources(Set<UnknownSource> sources) -
Uses of UnknownSource in com.h3xstream.findsecbugs.taintanalysis
Methods in com.h3xstream.findsecbugs.taintanalysis that return types with arguments of type UnknownSource Modifier and Type Method Description Set<UnknownSource>Taint. getSources()Methods in com.h3xstream.findsecbugs.taintanalysis with parameters of type UnknownSource Modifier and Type Method Description voidTaint. addSource(UnknownSource source)Method parameters in com.h3xstream.findsecbugs.taintanalysis with type arguments of type UnknownSource Modifier and Type Method Description protected voidTaint. addAllSources(Set<UnknownSource> sources) -
Uses of UnknownSource in com.h3xstream.findsecbugs.taintanalysis.data
Methods in com.h3xstream.findsecbugs.taintanalysis.data that return UnknownSource Modifier and Type Method Description UnknownSourceUnknownSource. setParameterIndex(int parameterIndex)UnknownSourceUnknownSource. setSignatureField(String signatureField)UnknownSourceUnknownSource. setSignatureMethod(String signatureMethod)UnknownSourceUnknownSource. setSourceType(UnknownSourceType sourceType)
-