mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
python: model urllib.parse.parse_qs
This commit is contained in:
@@ -6,5 +6,5 @@ def test():
|
||||
params = urllib.parse.parse_qs(ts)
|
||||
|
||||
ensure_tainted(
|
||||
params, # $ MISSING: tainted
|
||||
params, # $ tainted
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user