os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
from telegram.ext import Application, CommandHandler, MessageHandler, filters, ContextTypes except ImportError: print("Installing python-telegram-bot...") os.system("pip install python-telegram-bot") from telegram import Update from telegram.ext import Application, CommandHandler, MessageHandler, filters, ContextTypes- Confidence
- 96% confidence
- Finding
- os.system("pip install python-telegram-bot")
