Skip to content

Commit 7720d85

Browse files
committed
Ruby: use camelcase verion of Http module
1 parent be1ac17 commit 7720d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/queries/security/cwe-598/SensitiveGetQuery.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private predicate localFlowWithElementReference(DataFlow::LocalSourceNode src, D
3333
}
3434

3535
from
36-
HTTP::Server::RequestHandler handler, HTTP::Server::RequestInputAccess input,
36+
Http::Server::RequestHandler handler, Http::Server::RequestInputAccess input,
3737
SensitiveNode sensitive
3838
where
3939
handler.getAnHttpMethod() = "get" and

0 commit comments

Comments
 (0)