| Package | Description |
|---|---|
| com.h3xstream.findsecbugs.injection |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ClassMethodSignature,Set<InjectionSink>> |
AbstractInjectionDetector.injectionSinks |
| Modifier and Type | Method and Description |
|---|---|
static ClassMethodSignature |
ClassMethodSignature.from(String fullMethodName) |
ClassMethodSignature |
MethodAndSink.getClassMethodSignature() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractTaintDetector.analyzeLocation(edu.umd.cs.findbugs.ba.ClassContext classContext,
org.apache.bcel.classfile.Method method,
org.apache.bcel.generic.InstructionHandle handle,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InvokeInstruction invoke,
TaintFrame fact,
ClassMethodSignature classMethodSignature) |
protected void |
AbstractInjectionDetector.analyzeLocation(edu.umd.cs.findbugs.ba.ClassContext classContext,
org.apache.bcel.classfile.Method method,
org.apache.bcel.generic.InstructionHandle handle,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InvokeInstruction invoke,
TaintFrame fact,
ClassMethodSignature classMethodSignature) |
| Constructor and Description |
|---|
MethodAndSink(ClassMethodSignature classMethodSignature,
InjectionSink sink) |
Copyright © 2019. All rights reserved.