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.
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.
While running
offat-api
orpython -m offat.api
uvicorn would look for changes in current directory. PR fixes this issue by providing offat installation dir to uvicorn.