We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81c8a70 + 1c56692 commit 7eb3b40Copy full SHA for 7eb3b40
rust/ql/test/library-tests/dataflow/sources/test.rs
@@ -38,11 +38,11 @@ fn test_env_args() {
38
sink(arg3); // $ MISSING: hasTaintFlow
39
40
for arg in std::env::args() { // $ Alert[rust/summary/taint-sources]
41
- sink(arg); // $ MISSING: hasTaintFlow
+ sink(arg); // $ hasTaintFlow
42
}
43
44
for arg in std::env::args_os() { // $ Alert[rust/summary/taint-sources]
45
46
47
48
0 commit comments