Tainted flow: 'req' from os.environ.get (line 103, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
) try: with urllib.request.urlopen(req, timeout=15) as resp: result = json.loads(resp.read()) if result.get("success"): return result["data"]["url"]- Confidence
- 99% confidence
- Finding
- with urllib.request.urlopen(req, timeout=15) as resp:
