mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
add missing severities to JS queries
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* user to execute arbitrary code.
|
||||
* @kind path-problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 6.1
|
||||
* @precision medium
|
||||
* @id js/unsafe-code-construction
|
||||
* @tags security
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @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
|
||||
* @precision high
|
||||
* @id js/jwt-missing-verification
|
||||
* @tags security
|
||||
|
||||
Reference in New Issue
Block a user