Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 222 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 222 Bytes

CVE2022-1388_TestAPI

A Test API for testing the POC against CVE-2022-1388

To run from host.

pip install -r requirements.txt
uvicorn main:app --reload

To run from Docker.

make build 
make run