public class LdapInjectionDetector extends BasicInjectionDetector
injectionSinksbugReporter| Constructor and Description |
|---|
LdapInjectionDetector(edu.umd.cs.findbugs.BugReporter bugReporter) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getPriority(Taint taint)
The default implementation of
getPriority() can be overridden if the severity and the confidence for risk
is particular. |
addParsedInjectionPoint, getInjectionPoint, loadConfiguredSinks, loadConfiguredSinks, loadCustomConfigFiles, loadCustomSinks, loadSinkanalyzeLocation, getPriorityFromTaintFrame, reportanalyzeMethod, shouldAnalyzeClass, visitClassContextpublic LdapInjectionDetector(edu.umd.cs.findbugs.BugReporter bugReporter)
protected int getPriority(Taint taint)
AbstractInjectionDetectorgetPriority() can be overridden if the severity and the confidence for risk
is particular.
By default, injection will be rated "High" if the complete link between source and sink is made.
If it is not the case but concatenation with external source is made, "Medium" is used.getPriority in class AbstractInjectionDetectortaint - Detail about the state of the value passed (Cumulative information leading to the variable passed).Copyright © 2017. All rights reserved.