Skip to content

Commit 402a84f

Browse files
geoffw0paldepind
andauthored
Update rust/ql/test/library-tests/dataflow/sources/web_frameworks.rs
Co-authored-by: Simon Friis Vindum <[email protected]>
1 parent bf8cdff commit 402a84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/test/library-tests/dataflow/sources/web_frameworks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ mod poem_test {
8181

8282
mod actix_test {
8383
use actix_web::{get, web, App};
84-
use crate::web_frameworks::sink;
84+
use super::sink;
8585

8686
async fn my_actix_handler_1(path: web::Path<String>) -> String { // $ MISSING: Alert[rust/summary/taint-sources]
8787
let a = path.into_inner();

0 commit comments

Comments
 (0)