Tainted flow: 'req' from os.environ.get (line 100, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": "application/json"}, method="POST", ) urllib.request.urlopen(req, timeout=10) except Exception as e: print(f" ⚠️ Webhook error: {e}")- Confidence
- 96% confidence
- Finding
- urllib.request.urlopen(req, timeout=10)
