Skip to content

Commit 6e533c6

Browse files
committed
Import PathGraph
1 parent 2b1b4cd commit 6e533c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

go/ql/src/experimental/CWE-287/ImproperLdapAuth.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import go
1313
import ImproperLdapAuthCustomizations
14-
import ImproperLdapAuth::Flow
14+
import ImproperLdapAuth::Flow::PathGraph
1515

1616
from ImproperLdapAuth::Flow::PathNode source, ImproperLdapAuth::Flow::PathNode sink
1717
where ImproperLdapAuth::Flow::flowPath(source, sink)

go/ql/src/experimental/CWE-287/ImproperLdapAuthCustomizations.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import go
2-
import DataFlow::PathGraph
32
import semmle.go.dataflow.barrierguardutil.RegexpCheck
43

54
module ImproperLdapAuth {

0 commit comments

Comments
 (0)