Tainted flow: 'req' from os.environ.get (line 988, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
}).encode() req = urllib.request.Request(url, data=data) with urllib.request.urlopen(req) as response: return response.getcode() == 200 except Exception as e: append_report(f"\n{t('telegram_send_failed', str(e))}")- Confidence
- 98% confidence
- Finding
- with urllib.request.urlopen(req) as response:
