Skip to content

Commit efdfc2d

Browse files
committed
Change version of PathNode used to appropriate module
1 parent 59ce0d7 commit efdfc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-522/InsecureLdapAuth.ql

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

1515
import java
1616
import semmle.code.java.security.InsecureLdapAuthQuery
17-
import DataFlow::PathGraph
17+
import InsecureLdapAuthQuery::PathGraph
1818

1919
from InsecureUrlFlowConfiguration::PathNode source, InsecureUrlFlowConfiguration::PathNode sink
2020
where

0 commit comments

Comments
 (0)