Skip to content

Commit 7d282c3

Browse files
erik-kroghaibaars
andauthored
fix casing in alert-message
Co-authored-by: Arthur Baars <[email protected]>
1 parent 9a9d2a6 commit 7d282c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/queries/security/cwe-912/HttpToFileAccess.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ import codeql.ruby.security.HttpToFileAccessQuery
1919
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
2020
where cfg.hasFlowPath(source, sink)
2121
select sink.getNode(), source, sink, "Write to file system depends on $@.", source.getNode(),
22-
"Untrusted data"
22+
"untrusted data"

0 commit comments

Comments
 (0)