Tainted flow: 'req' from os.environ.get (line 98, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
data=payload.encode(), headers={"Content-Type": "application/json"} ) with urllib.request.urlopen(req, timeout=10): pass print(" ✅ Telegram sent") except Exception as e:- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(req, timeout=10):
