Skip to content

Commit 6ce1524

Browse files
RasmusWLyoff
andauthored
Python: Apply suggestions from code review
Co-authored-by: yoff <[email protected]>
1 parent 1cc5e54 commit 6ce1524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/test/library-tests/frameworks/requests/taint_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def test_taint(): # $ requestHandler
1717
requests.models.Response
1818

1919
ensure_tainted(
20+
url, # $ tainted
2021
# see https://docs.python-requests.org/en/latest/api/#requests.Response
2122
resp, # $ tainted
2223
resp.text, # $ tainted

0 commit comments

Comments
 (0)