public abstract class LegacyInjectionDetector extends BasicInjectionDetector
InjectionSource classinjectionSinksbugReporter| Modifier | Constructor and Description |
|---|---|
protected |
LegacyInjectionDetector(edu.umd.cs.findbugs.BugReporter bugReporter) |
| Modifier and Type | Method and Description |
|---|---|
protected InjectionPoint |
getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle handle) |
abstract InjectionSource[] |
getInjectionSource() |
addParsedInjectionPoint, loadConfiguredSinks, loadConfiguredSinks, loadCustomConfigFiles, loadCustomSinks, loadSinkanalyzeLocation, getPriority, getPriorityFromTaintFrame, reportanalyzeMethod, shouldAnalyzeClass, visitClassContextprotected LegacyInjectionDetector(edu.umd.cs.findbugs.BugReporter bugReporter)
protected InjectionPoint getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)
getInjectionPoint in class BasicInjectionDetectorpublic abstract InjectionSource[] getInjectionSource()
Copyright © 2017. All rights reserved.