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.
1 parent e88d7ba commit d379688Copy full SHA for d379688
rust/ql/test/library-tests/dataflow/sources/test.rs
@@ -214,7 +214,7 @@ fn test_io_stdin() -> std::io::Result<()> {
214
{
215
let mut buffer = Vec::<u8>::new();
216
let _bytes = std::io::stdin().read_to_end(&mut buffer)?; // $ Alert[rust/summary/taint-sources]
217
- sink(&buffer); // $ MISSING: hasTaintFlow
+ sink(&buffer); // $ hasTaintFlow -- @hvitved: works in CI, but not for me locally
218
}
219
220
0 commit comments