Skip to content

Commit ed6c179

Browse files
committed
Java: Fix reference to Unit.
1 parent 89829e8 commit ed6c179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/security/LdapInjection.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class LdapInjectionSanitizer extends DataFlow::Node { }
1818
*
1919
* Extend this class to add additional taint steps that should apply to the `LdapInjectionFlowConfig`.
2020
*/
21-
class LdapInjectionAdditionalTaintStep extends TaintTracking::Unit {
21+
class LdapInjectionAdditionalTaintStep extends Unit {
2222
/**
2323
* Holds if the step from `node1` to `node2` should be considered a taint
2424
* step for the `LdapInjectionFlowConfig` configuration.

0 commit comments

Comments
 (0)