Skip to content

Commit 4ea6729

Browse files
Update java/ql/src/Security/CWE/CWE-347/MissingJWTSignatureCheck.ql
Co-authored-by: mc <[email protected]>
1 parent ebf004a commit 4ea6729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-347/MissingJWTSignatureCheck.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Missing JWT signature check
3-
* @description Not checking the JWT signature allows an attacker to forge their own tokens.
3+
* @description Failing to check the JWT signature may allow an attacker to forge their own tokens.
44
* @kind problem
55
* @problem.severity error
66
* @precision high

0 commit comments

Comments
 (0)