public class OgnlInjectionDetector extends BasicInjectionDetector
| Modifier and Type | Field and Description |
|---|---|
static String[] |
STRUTS_UTILITY_CLASSES
The utility class from Struts2 are skip to avoid false positive.
|
injectionSinksbugReporter| Constructor and Description |
|---|
OgnlInjectionDetector(edu.umd.cs.findbugs.BugReporter bugReporter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldAnalyzeClass(edu.umd.cs.findbugs.ba.ClassContext classContext)
Allow any concrete implementation of taint detector to skip the analysis of certain files.
|
addParsedInjectionPoint, getInjectionPoint, loadConfiguredSinks, loadConfiguredSinks, loadCustomConfigFiles, loadCustomSinks, loadSinkanalyzeLocation, getPriority, getPriorityFromTaintFrame, reportanalyzeMethod, visitClassContextpublic static final String[] STRUTS_UTILITY_CLASSES
public OgnlInjectionDetector(edu.umd.cs.findbugs.BugReporter bugReporter)
public boolean shouldAnalyzeClass(edu.umd.cs.findbugs.ba.ClassContext classContext)
AbstractTaintDetectorshouldAnalyzeClass in class AbstractTaintDetectorclassContext - Information about the class that is about to be analyzedCopyright © 2017. All rights reserved.