We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f350181 commit f5b9691Copy full SHA for f5b9691
2 files changed
rust/ql/test/library-tests/dataflow/sources/InlineFlow.expected
@@ -1 +0,0 @@
1
-| test.rs:40:10:40:13 | arg4 | Fixed missing result: hasTaintFlow |
rust/ql/test/library-tests/dataflow/sources/test.rs
@@ -37,7 +37,7 @@ fn test_env_args() {
37
sink(arg1); // $ hasTaintFlow
38
sink(arg2); // $ hasTaintFlow
39
sink(arg3); // $ hasTaintFlow
40
- sink(arg4); // $ MISSING: hasTaintFlow
+ sink(arg4); // $ hasTaintFlow
41
42
for arg in std::env::args() { // $ Alert[rust/summary/taint-sources]
43
sink(arg); // $ hasTaintFlow
0 commit comments