Tainted flow: 'req' from os.getenv (line 301, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": "application/json", "User-Agent": UA}, ) try: with urllib.request.urlopen(req, timeout=20): return None except Exception as e: return f"slack error: {e}"- Confidence
- 89% confidence
- Finding
- with urllib.request.urlopen(req, timeout=20):
