mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01: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