Tainted flow: 'req' from os.environ.get (line 528, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST", ) try: with urllib.request.urlopen(req, timeout=timeout) as resp: raw = resp.read().decode("utf-8") break except urllib.error.HTTPError as e:- Confidence
- 98% confidence
- Finding
- with urllib.request.urlopen(req, timeout=timeout) as resp:
