Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Rust: Add tests for web frameworks as taint sources #19466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 13, 2025
Prev Previous commit
Next Next commit
Update rust/ql/test/library-tests/dataflow/sources/web_frameworks.rs
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
  • Loading branch information
geoffw0 and paldepind authored May 12, 2025
commit 402a84f755082a046259d9d852999c3abd3e2c88
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ mod poem_test {

mod actix_test {
use actix_web::{get, web, App};
use crate::web_frameworks::sink;
use super::sink;

async fn my_actix_handler_1(path: web::Path<String>) -> String { // $ MISSING: Alert[rust/summary/taint-sources]
let a = path.into_inner();
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.