File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
java/ql/src/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,12 @@ abstract class LdapInjectionSink extends DataFlow::Node { }
13
13
/** A sanitizer that prevents LDAP injection attacks. */
14
14
abstract class LdapInjectionSanitizer extends DataFlow:: Node { }
15
15
16
- private newtype TUnit = TMkUnit ( )
17
-
18
- class Unit extends TUnit {
19
- string toString ( ) { result = "unit" }
20
- }
21
-
22
16
/**
23
17
* A unit class for adding additional taint steps.
24
18
*
25
19
* Extend this class to add additional taint steps that should apply to the LdapInjectionFlowConfig.
26
20
*/
27
- class LdapInjectionAdditionalTaintStep extends Unit {
21
+ class LdapInjectionAdditionalTaintStep extends TaintTracking :: Unit {
28
22
abstract predicate step ( DataFlow:: Node node1 , DataFlow:: Node node2 ) ;
29
23
}
30
24
You can’t perform that action at this time.
0 commit comments