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

Remove exit on swagger errros, add test case #588

Closed bretfourbe closed 4 months ago

bretfourbe commented 4 months ago

Remove exit on swagger errors Try to continue parsing as much as possible even when errors occur Fix https://github.com/wapiti-scanner/wapiti/issues/586 Add test case

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 79.92%. Comparing base (f902951) to head (9b6b6df).

Files Patch % Lines
wapitiCore/parsers/swagger.py 75.00% 16 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #588 +/- ## ======================================= Coverage 79.91% 79.92% ======================================= Files 119 119 Lines 9999 10013 +14 ======================================= + Hits 7991 8003 +12 - Misses 2008 2010 +2 ```

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