| Package | Description |
|---|---|
| com.h3xstream.findsecbugs.injection | |
| com.h3xstream.findsecbugs.taintanalysis |
| Modifier and Type | Method and Description |
|---|---|
void |
InjectionSink.addLines(Collection<TaintLocation> locations)
Adds lines with tainted source or path for reporting
|
void |
InjectionSink.addUnknownSources(Collection<TaintLocation> sources) |
| Modifier and Type | Method and 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 returned
|
Collection<TaintLocation> |
Taint.getUnknownLocations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Taint.addLocation(TaintLocation location,
boolean isKnownTaintSource)
Adds location for a taint source or path to remember for reporting
|
int |
TaintLocation.compareTo(TaintLocation other) |
Copyright © 2017. All rights reserved.