Rust: Clean up the query message.

This commit is contained in:
Geoffrey White
2025-01-23 18:03:25 +00:00
parent ccc124360e
commit 4214c837b8
2 changed files with 66 additions and 68 deletions

View File

@@ -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()