public class TrustBoundaryViolationValueDetector extends BasicInjectionDetector
injectionSinksbugReporter| Constructor and Description |
|---|
TrustBoundaryViolationValueDetector(edu.umd.cs.findbugs.BugReporter bugReporter) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getPriority(Taint taint)
=
All or nothing :
If the taint to sink path is found, it is mark as high
If the source is not confirm, it is mark as low.
|
addParsedInjectionPoint, getInjectionPoint, loadConfiguredSinks, loadConfiguredSinks, loadCustomConfigFiles, loadCustomSinks, loadSinkanalyzeLocation, getPriorityFromTaintFrame, reportanalyzeMethod, shouldAnalyzeClass, visitClassContextpublic TrustBoundaryViolationValueDetector(edu.umd.cs.findbugs.BugReporter bugReporter)
protected int getPriority(Taint taint)
getPriority in class AbstractInjectionDetectortaint - Taint stateCopyright © 2017. All rights reserved.