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