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

Installation fails on Ubuntu / venv #88

Closed nrathaus closed 2 months ago

nrathaus commented 2 months ago

Recreate:

mkdir /tmp/test
cd /tmp/test
python3 -mvenv venv
source venv/bin/activate
pip3 install offat

Results in:

ERROR: Could not find a version that satisfies the requirement offat (from versions: none)
ERROR: No matching distribution found for offat
nrathaus commented 2 months ago

Maybe related to this:

python = "^3.11"

Why is 3.11 required?

dmdhrumilmistry commented 2 months ago

As discussed in this PR https://github.com/OWASP/OFFAT/pull/89, I'll test tool for python 3.10 over this weekend and add support if everything seems to be working fine.

I'll be keeping this issue open until I test it.

dmdhrumilmistry commented 2 months ago

I have tested tool's compatibility with python 3.10 it seems to be working fine. 3.10 compatibility will be released in v0.17.4.