| Package | Description |
|---|---|
| com.h3xstream.findsecbugs.taintanalysis |
| Modifier and Type | Field and Description |
|---|---|
static Taint.State |
TaintClassConfig.DEFAULT_TAINT_STATE |
| Modifier and Type | Method and Description |
|---|---|
Taint.State |
TaintConfig.getClassTaintState(String typeSignature,
Taint.State defaultState) |
Taint.State |
Taint.getNonParametricState()
Gets the state influencing the state of this fact if dependant on method
arguments, final state is given by merge of that state and arguments
|
Taint.State |
Taint.getState()
Returns the taint state of this fact
|
Taint.State |
TaintClassConfig.getTaintState() |
Taint.State |
TaintClassConfig.getTaintState(Taint.State defaultState) |
static Taint.State |
Taint.State.merge(Taint.State a,
Taint.State b)
Returns the "more dangerous" state (TAINTED > UNKNOWN > SAFE
> NULL > INVALID) as a merge of two states
|
static Taint.State |
Taint.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Taint.State[] |
Taint.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Taint.State |
TaintConfig.getClassTaintState(String typeSignature,
Taint.State defaultState) |
Taint.State |
TaintClassConfig.getTaintState(Taint.State defaultState) |
static Taint.State |
Taint.State.merge(Taint.State a,
Taint.State b)
Returns the "more dangerous" state (TAINTED > UNKNOWN > SAFE
> NULL > INVALID) as a merge of two states
|
static Taint |
Taint.valueOf(Taint.State state)
Constructs a new instance of taint from the specified state
|
| Constructor and Description |
|---|
Taint(Taint.State state)
Constructs a new empty instance of Taint with the specified state
|
Copyright © 2017. All rights reserved.