Tainted flow: 'req' from os.getenv (line 52, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST", ) try: with urllib.request.urlopen(req, timeout=60) as resp: body = json.loads(resp.read()) except urllib.error.HTTPError as exc: err_body = exc.read().decode(errors="replace")- Confidence
- 88% confidence
- Finding
- with urllib.request.urlopen(req, timeout=60) as resp:
