fix casing in alert-message

Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
Erik Krogh Kristensen
2022-10-11 11:12:59 +02:00
committed by GitHub
parent 9a9d2a6fe1
commit 7d282c3d75

View File

@@ -19,4 +19,4 @@ import codeql.ruby.security.HttpToFileAccessQuery
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
where cfg.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "Write to file system depends on $@.", source.getNode(),
"Untrusted data"
"untrusted data"