Skip to content

Commit bfd4280

Browse files
committed
Fix imports and begin refactor
1 parent 2f874c5 commit bfd4280

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/ql/src/experimental/Security/CWE-287/LDAPImproperAuth.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import python
1414
import semmle.python.dataflow.new.RemoteFlowSources
1515
import semmle.python.dataflow.new.DataFlow
1616
import semmle.python.dataflow.new.TaintTracking
17-
import semmle.python.dataflow.new.internal.TaintTrackingPublic
1817
import DataFlow::PathGraph
1918

2019
// LDAP2
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
//

0 commit comments

Comments
 (0)