We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8991b commit 364f0caCopy full SHA for 364f0ca
javascript/ql/src/experimental/Security/CWE-347/JWTMissingSecretOrPublicKeyVerification.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name JWT Missing Secret Or Public Key Verification
3
- * @description The software does not verify the JWT token with a cryptographic secret or public key.
+ * @description The application does not verify the JWT payload with a cryptographic secret or public key.
4
* @kind problem
5
* @problem.severity warning
6
* @precision high
0 commit comments