Tainted flow: 'req' from os.getenv (line 76, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
data=payload.encode("utf-8"), headers={"Content-Type": "application/json"} ) with urllib.request.urlopen(req, timeout=5) as response: response.read() except Exception: # Notification failure should never crash the monitor- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(req, timeout=5) as response:
