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

'black', src/offat/tester/tester_utils.py wrong parameter #89

Closed nrathaus closed 2 months ago

nrathaus commented 2 months ago
  1. I ran black on the source code, making the code to standard
  2. Fix wrong parameter name in src/offat/tester/tester_utils.py
nrathaus commented 2 months ago

I am running it on 3.10 and didn't encounter any python related issues - also visual code/pylint - didn't mark anything as problematic