mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Rust: Clean up the query message.
This commit is contained in:
@@ -55,7 +55,5 @@ import CleartextLoggingFlow::PathGraph
|
||||
|
||||
from CleartextLoggingFlow::PathNode source, CleartextLoggingFlow::PathNode sink
|
||||
where CleartextLoggingFlow::flowPath(source, sink)
|
||||
select sink.getNode(), source, sink,
|
||||
"This operation writes '" + sink.toString() +
|
||||
"' to a log file. It may contain unencrypted sensitive data from $@.", source,
|
||||
select sink.getNode(), source, sink, "This operation writes $@ to a log file.", source,
|
||||
source.getNode().toString()
|
||||
|
||||
Reference in New Issue
Block a user