mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Python: aiohttp match_info should be tainted
Whoops
This commit is contained in:
@@ -225,7 +225,7 @@ module AiohttpWebModel {
|
||||
nodeTo.(DataFlow::AttrRead).getAttributeName() in [
|
||||
"url", "rel_url", "forwarded", "host", "remote", "path", "path_qs", "raw_path", "query",
|
||||
"headers", "transport", "cookies", "content", "_payload", "content_type", "charset",
|
||||
"http_range", "if_modified_since", "if_unmodified_since", "if_range"
|
||||
"http_range", "if_modified_since", "if_unmodified_since", "if_range", "match_info"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user