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

New tests for `fill_params` and `BaseParser` #111

Closed nrathaus closed 5 months ago

nrathaus commented 6 months ago

Created two new tests one for fill_params and one for BaseParser

The first one will spot the missing type that we recently fixed