We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf5a70 commit 691281aCopy full SHA for 691281a
1 file changed
rust/ql/test/library-tests/dataflow/strings/main.rs
@@ -35,7 +35,7 @@ fn string_add() {
35
let s4 = s1 + s3;
36
let s5 = s2 + s3;
37
38
- sink(s4); // $ hasValueFlow=83
+ sink(s4); // $ SPURIOUS: hasValueFlow=83 MISSING: hasTaintFlow=83
39
sink(s5);
40
}
41
0 commit comments