Tainted flow: 'req' from os.environ.get (line 177, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers["ChatGPT-Account-Id"] = str(cred["accountId"]) req = urllib.request.Request(WHAM_URL, headers=headers) try: with urllib.request.urlopen(req, timeout=8) as res: data = json.load(res) except Exception as e: return {"profileId": profile_id, "ok": False, "error": type(e).__name__}- Confidence
- 88% confidence
- Finding
- with urllib.request.urlopen(req, timeout=8) as res:
