Tainted flow: 'req' from os.environ.get (line 56, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST", ) try: with urllib.request.urlopen(req, timeout=30) as resp: body = resp.read().decode("utf-8") return json.loads(body) if body else {} except urllib.error.HTTPError as exc:- Confidence
- 93% confidence
- Finding
- with urllib.request.urlopen(req, timeout=30) as resp:
