mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
fix minor issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name JWT Missing Secret Or Public Key Verification
|
||||
* @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
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
| col0 | call | col2 |
|
||||
+------+---------------------+----------------------------------------------------------------------------+
|
||||
| 9 | jwt.ver ... ne"] }) | does not verify the JWT payload with a cryptographic secret or public key. |
|
||||
| 10 | jwt.ver ... ne"] }) | does not verify the JWT payload with a cryptographic secret or public key. |
|
||||
| 11 | jwt.ver ... ne"] }) | does not verify the JWT payload with a cryptographic secret or public key. |
|
||||
Reference in New Issue
Block a user