Tainted flow: 'url' from os.environ.get (line 58, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
return False try: url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage" resp = requests.post(url, json={ "chat_id": TELEGRAM_CHAT_ID, "text": message, "parse_mode": "Markdown"- Confidence
- 93% confidence
- Finding
- resp = requests.post(url, json={ "chat_id": TELEGRAM_CHAT_ID, "text": message, "parse_mode": "Markdown" }, timeout=10)
