Tainted flow: 'req' from os.environ.get (line 61, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
data=payload, headers=headers, method="POST", ) try: with urllib.request.urlopen(req, timeout=TIMEOUT) as resp: return json.loads(resp.read().decode("utf-8")) except urllib.error.HTTPError as e: detail = ""- Confidence
- 90% confidence
- Finding
- with urllib.request.urlopen(req, timeout=TIMEOUT) as resp:
