From 9452f0a2e8998d4b48a414c667985f6f59770113 Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Mon, 25 Mar 2024 23:25:34 +0100 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16195ae..936ae33 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ In this example, each line represents a detected vulnerability, severity level ( The scanner is capable of detecting the following vulnerabilities: * JWT `none` algorithm accepted * JWT not verified -* JWT weak secret used +* JWT blank or weak secret used with HMAC algorithm * JWT null signature accepted The scanner also detects the following security best practices: