mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
fix casing in alert-message
Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
committed by
GitHub
parent
9a9d2a6fe1
commit
7d282c3d75
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user