We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89829e8 commit ed6c179Copy full SHA for ed6c179
java/ql/src/semmle/code/java/security/LdapInjection.qll
@@ -18,7 +18,7 @@ abstract class LdapInjectionSanitizer extends DataFlow::Node { }
18
*
19
* Extend this class to add additional taint steps that should apply to the `LdapInjectionFlowConfig`.
20
*/
21
-class LdapInjectionAdditionalTaintStep extends TaintTracking::Unit {
+class LdapInjectionAdditionalTaintStep extends Unit {
22
/**
23
* Holds if the step from `node1` to `node2` should be considered a taint
24
* step for the `LdapInjectionFlowConfig` configuration.
0 commit comments