Skip to content

Commit d631673

Browse files
committed
add ref
1 parent 0f94db2 commit d631673

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/eu/righettod/SecurityUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,8 @@ public static boolean applyJWTExtraValidation(DecodedJWT token, TokenType expect
13271327
* @see "https://learn.snyk.io/lesson/redos"
13281328
* @see "https://rules.sonarsource.com/java/RSPEC-2631/"
13291329
* @see "https://github.com/doyensec/regexploit"
1330-
* @see "https://makenowjust-labs.github.io/recheck/"
1330+
* @see "https://github.com/makenowjust-labs/recheck"
1331+
* @see "https://github.com/tjenkinson/redos-detector"
13311332
* @see "https://wiki.owasp.org/images/2/23/OWASP_IL_2009_ReDoS.pdf"
13321333
* @see "https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS"
13331334
*/

0 commit comments

Comments
 (0)