We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9d2a6 commit 7d282c3Copy full SHA for 7d282c3
ruby/ql/src/queries/security/cwe-912/HttpToFileAccess.ql
@@ -19,4 +19,4 @@ import codeql.ruby.security.HttpToFileAccessQuery
19
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
20
where cfg.hasFlowPath(source, sink)
21
select sink.getNode(), source, sink, "Write to file system depends on $@.", source.getNode(),
22
- "Untrusted data"
+ "untrusted data"
0 commit comments