mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +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
|
from
|
||||||
HTTP::Server::RequestHandler handler, HTTP::Server::RequestInputAccess input,
|
Http::Server::RequestHandler handler, Http::Server::RequestInputAccess input,
|
||||||
SensitiveNode sensitive
|
SensitiveNode sensitive
|
||||||
where
|
where
|
||||||
handler.getAnHttpMethod() = "get" and
|
handler.getAnHttpMethod() = "get" and
|
||||||
|
|||||||
Reference in New Issue
Block a user