Tainted flow: 'req' from os.environ.get (line 139, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": "application/json"}, method="POST", ) try: with urllib.request.urlopen(req, timeout=20) as resp: body = json.load(resp) if "error" in body: err = body["error"]- Confidence
- 92% confidence
- Finding
- with urllib.request.urlopen(req, timeout=20) as resp:
