From ed6c1798e2487dcd0f034d9096a400f0974b1ffd Mon Sep 17 00:00:00 2001 From: Anders Schack-Mulligen Date: Wed, 2 Sep 2020 14:47:01 +0200 Subject: [PATCH] Java: Fix reference to Unit. --- java/ql/src/semmle/code/java/security/LdapInjection.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/src/semmle/code/java/security/LdapInjection.qll b/java/ql/src/semmle/code/java/security/LdapInjection.qll index 45e7d548734..2c1f493c691 100644 --- a/java/ql/src/semmle/code/java/security/LdapInjection.qll +++ b/java/ql/src/semmle/code/java/security/LdapInjection.qll @@ -18,7 +18,7 @@ abstract class LdapInjectionSanitizer extends DataFlow::Node { } * * Extend this class to add additional taint steps that should apply to the `LdapInjectionFlowConfig`. */ -class LdapInjectionAdditionalTaintStep extends TaintTracking::Unit { +class LdapInjectionAdditionalTaintStep extends Unit { /** * Holds if the step from `node1` to `node2` should be considered a taint * step for the `LdapInjectionFlowConfig` configuration.