mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Rubt: Fix typo in query message
This commit is contained in:
@@ -16,5 +16,5 @@ import ImproperLdapAuthFlow::PathGraph
|
||||
|
||||
from ImproperLdapAuthFlow::PathNode source, ImproperLdapAuthFlow::PathNode sink
|
||||
where ImproperLdapAuthFlow::flowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "This LDAP authencation depends on a $@.", source.getNode(),
|
||||
select sink.getNode(), source, sink, "This LDAP authentication depends on a $@.", source.getNode(),
|
||||
"user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user