wapiti-scanner / wapiti

Web vulnerability scanner written in Python3
https://github.com/wapiti-scanner/wapiti
GNU General Public License v2.0
1.15k stars 176 forks source link

Support Python 3.12 #604

Open devl00p opened 2 months ago

devl00p commented 2 months ago

Adds Python 3.12 in pyproject.tom and also in Gitlab CI

I had to explicitely add setuptools as a dependency for Wapiti to work (guess it was previously installed from a removed dependency and worked that way)

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.56%. Comparing base (ae99e39) to head (b65d5d0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #604 +/- ## ========================================== + Coverage 79.54% 79.56% +0.01% ========================================== Files 122 122 Lines 10369 10369 ========================================== + Hits 8248 8250 +2 + Misses 2121 2119 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

devl00p commented 2 months ago

fails because of prance dependency : https://github.com/RonnyPfannschmidt/prance/issues/160