public class HardcodedPasswordEqualsDetector extends AbstractHardcodedPasswordEqualsDetector
Detect:
if(password.equals("SuperSecr3t!1")) {
....
}
injectionSinksbugReporter| Constructor and Description |
|---|
HardcodedPasswordEqualsDetector(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) |
getPriorityFromTaintFrame, visitField, visitInvoke, visitLoad, visitReturnaddParsedInjectionPoint, loadConfiguredSinks, loadConfiguredSinks, loadCustomSinks, loadCustomSinksConfigFiles, loadSink, registerVisitoranalyzeLocation, getPriority, reportanalyzeMethod, shouldAnalyzeClass, visitClassContextpublic HardcodedPasswordEqualsDetector(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 BasicInjectionDetectorCopyright © 2019. All rights reserved.