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 bf8cdff commit 402a84fCopy full SHA for 402a84f
rust/ql/test/library-tests/dataflow/sources/web_frameworks.rs
@@ -81,7 +81,7 @@ mod poem_test {
81
82
mod actix_test {
83
use actix_web::{get, web, App};
84
- use crate::web_frameworks::sink;
+ use super::sink;
85
86
async fn my_actix_handler_1(path: web::Path<String>) -> String { // $ MISSING: Alert[rust/summary/taint-sources]
87
let a = path.into_inner();
0 commit comments