Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 348 Bytes

Python Flask Sanity

This project contains a vulnerable python application using flask do demonstrate Checkmarx' API Security solution.
Security note: The application is vulnerable by design. Do not use it as reference for secured applications.

Running

. .venv/bin/activate
pip install -r requirements.txt
python src/main.py