mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
rewrite description
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name JWT Missing Secret Or Public Key Verification
|
||||
* @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.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @precision high
|
||||
|
||||
Reference in New Issue
Block a user