Uses of Class
com.h3xstream.findsecbugs.taintanalysis.data.TaintLocation
-
Packages that use TaintLocation Package Description com.h3xstream.findsecbugs.injection com.h3xstream.findsecbugs.taintanalysis -
-
Uses of TaintLocation in com.h3xstream.findsecbugs.injection
Method parameters in com.h3xstream.findsecbugs.injection with type arguments of type TaintLocation Modifier and Type Method Description voidInjectionSink. addLines(Collection<TaintLocation> locations)Adds lines with tainted source or path for reporting -
Uses of TaintLocation in com.h3xstream.findsecbugs.taintanalysis
Methods in com.h3xstream.findsecbugs.taintanalysis that return types with arguments of type TaintLocation Modifier and Type Method Description Collection<TaintLocation>Taint. getAllLocations()Set<TaintLocation>Taint. getTaintedLocations()Returns locations with taint sources or nodes on path from those sources, if there are some locations confirmed to be tainted, only those are returnedCollection<TaintLocation>Taint. getUnknownLocations()Methods in com.h3xstream.findsecbugs.taintanalysis with parameters of type TaintLocation Modifier and Type Method Description voidTaint. addLocation(TaintLocation location, boolean isKnownTaintSource)Adds location for a taint source or path to remember for reporting
-