mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Ruby: use camelcase verion of Http module
This commit is contained in:
@@ -33,7 +33,7 @@ private predicate localFlowWithElementReference(DataFlow::LocalSourceNode src, D
|
||||
}
|
||||
|
||||
from
|
||||
HTTP::Server::RequestHandler handler, HTTP::Server::RequestInputAccess input,
|
||||
Http::Server::RequestHandler handler, Http::Server::RequestInputAccess input,
|
||||
SensitiveNode sensitive
|
||||
where
|
||||
handler.getAnHttpMethod() = "get" and
|
||||
|
||||
Reference in New Issue
Block a user