SasanLabs / owasp-zap-jwt-addon

OWASP ZAP addon for finding vulnerabilities in JWT Implementations
https://www.zaproxy.org/
Apache License 2.0
29 stars 11 forks source link

Remove unused fuzz handler #14

Closed thc202 closed 3 years ago

thc202 commented 3 years ago

Remove unused fuzz handler, which was causing an exception when trying to select a message from the Fuzz panel.


I did not update the changelog as it does not contain an unreleased section. The Fuzzer add-on in weeklies will prevent the null handler from being added, which will cause the JWT add-on to not be fully initialised (warrants a new release, ASAP).

preetkaran20 commented 3 years ago

@thc202 so we need to release a new version of JWT addon ?

thc202 commented 3 years ago

It would be better, not mandatory though (at least for now, it should before 2.10).