We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a81942 commit 408db41Copy full SHA for 408db41
java/ql/src/semmle/code/java/security/LdapInjection.qll
@@ -19,6 +19,10 @@ abstract class LdapInjectionSanitizer extends DataFlow::Node { }
19
* Extend this class to add additional taint steps that should apply to the LdapInjectionFlowConfig.
20
*/
21
class LdapInjectionAdditionalTaintStep extends TaintTracking::Unit {
22
+ /**
23
+ * Holds if the step from `node1` to `node2` should be considered a taint
24
+ * step for the LdapInjectionFlowConfig configuration.
25
+ */
26
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);
27
}
28
0 commit comments