mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Rename SSL configuration and fix PathGraph
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
|
||||
import java
|
||||
import semmle.code.java.security.InsecureLdapAuthQuery
|
||||
import InsecureLdapAuthQuery::PathGraph
|
||||
import InsecureUrlFlowConfiguration::PathGraph
|
||||
|
||||
from InsecureUrlFlowConfiguration::PathNode source, InsecureUrlFlowConfiguration::PathNode sink
|
||||
where
|
||||
InsecureUrlFlowConfiguration::hasFlowPath(source, sink) and
|
||||
BasicAuthFlowConfiguration::hasFlowTo(sink.getNode()) and
|
||||
not SslFlowConfiguration::hasFlowTo(sink.getNode())
|
||||
not RequiresSslConfiguration::hasFlowTo(sink.getNode())
|
||||
select sink.getNode(), source, sink, "Insecure LDAP authentication from $@.", source.getNode(),
|
||||
"LDAP connection string"
|
||||
|
||||
Reference in New Issue
Block a user