OWASP / OFFAT

The OWASP OFFAT tool autonomously assesses your API for prevalent vulnerabilities, though full compatibility with OAS v3 is pending. The project remains a work in progress, continuously evolving towards completion.
http://owasp.org/OFFAT/
MIT License
456 stars 66 forks source link

🐛 fix uvicorn reload bug #20

Closed dmdhrumilmistry closed 1 year ago

dmdhrumilmistry commented 1 year ago

While running offat-api or python -m offat.api uvicorn would look for changes in current directory. PR fixes this issue by providing offat installation dir to uvicorn.