Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1ac17 commit 7720d85Copy full SHA for 7720d85
1 file changed
ruby/ql/src/queries/security/cwe-598/SensitiveGetQuery.ql
@@ -33,7 +33,7 @@ private predicate localFlowWithElementReference(DataFlow::LocalSourceNode src, D
33
}
34
35
from
36
- HTTP::Server::RequestHandler handler, HTTP::Server::RequestInputAccess input,
+ Http::Server::RequestHandler handler, Http::Server::RequestInputAccess input,
37
SensitiveNode sensitive
38
where
39
handler.getAnHttpMethod() = "get" and
0 commit comments