We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc5e54 commit 6ce1524Copy full SHA for 6ce1524
python/ql/test/library-tests/frameworks/requests/taint_test.py
@@ -17,6 +17,7 @@ def test_taint(): # $ requestHandler
17
requests.models.Response
18
19
ensure_tainted(
20
+ url, # $ tainted
21
# see https://docs.python-requests.org/en/latest/api/#requests.Response
22
resp, # $ tainted
23
resp.text, # $ tainted
0 commit comments