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
453 stars 64 forks source link

Code reuse to reduce length and complexity #95

Closed nrathaus closed 4 months ago

nrathaus commented 5 months ago

I created this PR to reduce the code complexity of the code that generates the requests

It does so by creating a test_list and then going over it while doing the same routines over and over

This can make adding/fixing and adjusting code a much easier task

dmdhrumilmistry commented 4 months ago

commit was merged in one of the #96 PR commits