mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
move to CWE-347, update comments of tests
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
* @description The application does not verify the JWT payload with a cryptographic secret or public key.
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @security-severity 9.0
|
||||
* @security-severity 8.0
|
||||
* @precision high
|
||||
* @id js/jwt-missing-verification
|
||||
* @id js/jwt-missing-verification-jsonwebtoken
|
||||
* @tags security
|
||||
* external/cwe/cwe-321
|
||||
* external/cwe/cwe-347
|
||||
*/
|
||||
|
||||
import javascript
|
||||
@@ -2,10 +2,10 @@
|
||||
* @name JWT missing secret or public key verification
|
||||
* @description The application does not verify the JWT payload with a cryptographic secret or public key.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 7.0
|
||||
* @problem.severity error
|
||||
* @security-severity 8.0
|
||||
* @precision high
|
||||
* @id js/jwt-missing-verification
|
||||
* @id js/jwt-missing-verification-jose
|
||||
* @tags security
|
||||
* external/cwe/cwe-347
|
||||
*/
|
||||
@@ -2,10 +2,10 @@
|
||||
* @name JWT missing secret or public key verification
|
||||
* @description The application does not verify the JWT payload with a cryptographic secret or public key.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 7.0
|
||||
* @problem.severity error
|
||||
* @security-severity 8.0
|
||||
* @precision high
|
||||
* @id js/jwt-missing-verification
|
||||
* @id js/jwt-missing-verification-jwt-decode
|
||||
* @tags security
|
||||
* external/cwe/cwe-347
|
||||
*/
|
||||
@@ -2,8 +2,8 @@
|
||||
* @name JWT missing secret or public key verification
|
||||
* @description The application does not verify the JWT payload with a cryptographic secret or public key.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 7.0
|
||||
* @problem.severity error
|
||||
* @security-severity 8.0
|
||||
* @precision high
|
||||
* @id js/jwt-missing-verification
|
||||
* @tags security
|
||||
Reference in New Issue
Block a user