Python Vulnerable Application Intentionally vulnerable Python app for testing vet Setup Note: Requires Python 3.10 Create a virtual environment python -m venv venv Activate the virtual environment source venv/bin/activate Install the requirements pip install -r requirements.txt Run the app python main.py