| Package | Description |
|---|---|
| com.h3xstream.findsecbugs.taintanalysis |
| Modifier and Type | Method and Description |
|---|---|
static Taint.Tag |
Taint.Tag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Taint.Tag[] |
Taint.Tag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Taint.Tag> |
Taint.getTags()
Returns all present taint tags for this fact
|
Set<Taint.Tag> |
Taint.getTagsToRemove()
Returns tags to remove (if this fact acts like a taint derivation spec.)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Taint.addTag(Taint.Tag tag)
Adds the specified taint tag to this fact or marks this tag to add
if this fact acts like a derivation of taint transfer behaviour
|
boolean |
Taint.hasTag(Taint.Tag tag)
Checks whether the specified taint tag is present for this fact
|
boolean |
Taint.removeTag(Taint.Tag tag)
Removes the specified tag (if present) or marks this tag to remove
if this fact acts like a derivation of taint transfer behaviour
|
Copyright © 2017. All rights reserved.