We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf004a commit 4ea6729Copy full SHA for 4ea6729
java/ql/src/Security/CWE/CWE-347/MissingJWTSignatureCheck.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Missing JWT signature check
3
- * @description Not checking the JWT signature allows an attacker to forge their own tokens.
+ * @description Failing to check the JWT signature may allow an attacker to forge their own tokens.
4
* @kind problem
5
* @problem.severity error
6
* @precision high
0 commit comments