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
407 stars 59 forks source link

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

Closed nrathaus closed 1 month ago

nrathaus commented 1 month 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