Skip to content

Commit 6b7d5d2

Browse files
committed
Rust: Add models for actix-web
1 parent 9dfd87c commit 6b7d5d2

File tree

4 files changed

+519
-435
lines changed

4 files changed

+519
-435
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
extensions:
2+
- addsTo:
3+
pack: codeql/rust-all
4+
extensible: sourceModel
5+
data:
6+
- ["<actix_web::route::Route>::to", "Argument[0].Parameter[0..7]", "remote", "manual"]
7+
# Actix attributes such as `get` expand to this `to` call on the handler.
8+
- ["<actix_web::resource::Resource>::to", "Argument[0].Parameter[0..7]", "remote", "manual"]
9+
- addsTo:
10+
pack: codeql/rust-all
11+
extensible: summaryModel
12+
data:
13+
- ["<actix_web::types::path::Path>::into_inner", "Argument[self]", "ReturnValue", "taint", "manual"]

0 commit comments

Comments
 (0)