Uses of Class
com.h3xstream.findsecbugs.injection.InjectionPoint
-
-
Uses of InjectionPoint in com.h3xstream.findsecbugs
Methods in com.h3xstream.findsecbugs that return InjectionPoint Modifier and Type Method Description protected InjectionPointPermissiveCORSDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle) -
Uses of InjectionPoint in com.h3xstream.findsecbugs.crypto.cipher
Methods in com.h3xstream.findsecbugs.crypto.cipher that return InjectionPoint Modifier and Type Method Description protected InjectionPointCipherDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)Hook Cipher.getInstance(), KeyGenerator.getInstance() -
Uses of InjectionPoint in com.h3xstream.findsecbugs.file
Methods in com.h3xstream.findsecbugs.file that return InjectionPoint Modifier and Type Method Description protected InjectionPointSuspiciousCommandDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle) -
Uses of InjectionPoint in com.h3xstream.findsecbugs.injection
Fields in com.h3xstream.findsecbugs.injection declared as InjectionPoint Modifier and Type Field Description static InjectionPointInjectionPoint. NONEThis instance is use to represent "null" as no injection point.Methods in com.h3xstream.findsecbugs.injection that return InjectionPoint Modifier and Type Method Description InjectionPointInjectionSource. getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)The implementation should identify method that are susceptible to injection and return parameters index that can injected.protected abstract InjectionPointAbstractInjectionDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)protected InjectionPointBasicInjectionDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)protected InjectionPointLegacyInjectionDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)Methods in com.h3xstream.findsecbugs.injection with parameters of type InjectionPoint Modifier and Type Method Description protected voidBasicInjectionDetector. addParsedInjectionPoint(String fullMethodName, InjectionPoint injectionPoint)voidSinksLoader.InjectionPointReceiver. receiveInjectionPoint(String fullMethodName, InjectionPoint injectionPoint) -
Uses of InjectionPoint in com.h3xstream.findsecbugs.injection.redirect
Methods in com.h3xstream.findsecbugs.injection.redirect that return InjectionPoint Modifier and Type Method Description InjectionPointRedirectionSource. getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle) -
Uses of InjectionPoint in com.h3xstream.findsecbugs.kotlin
Methods in com.h3xstream.findsecbugs.kotlin that return InjectionPoint Modifier and Type Method Description protected InjectionPointKotlinHardcodedPasswordEqualsDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)protected InjectionPointKotlinHardcodePasswordInMapDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle) -
Uses of InjectionPoint in com.h3xstream.findsecbugs.password
Methods in com.h3xstream.findsecbugs.password that return InjectionPoint Modifier and Type Method Description protected InjectionPointHardcodedPasswordEqualsDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)protected InjectionPointHardcodePasswordInMapDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)protected InjectionPointHashUnsafeEqualsDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)protected InjectionPointIntuitiveHardcodePasswordDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)protected InjectionPointJschPasswordDetector. getInjectionPoint(org.apache.bcel.generic.InvokeInstruction invoke, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle handle)
-