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

Reduce JWT scan rules false positives #43

Closed karthikuj closed 1 year ago

karthikuj commented 1 year ago

This PR tries to reduce false positives for JWT scan rule by adding checks for:

Fixes: https://github.com/SasanLabs/owasp-zap-jwt-addon/issues/42

Signed-off-by: Karthik UJ karthikuj2001@gmail.com