Skip to content

Commit 2442bea

Browse files
committed
add missing severities to JS queries
1 parent b45f56a commit 2442bea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

javascript/ql/src/Security/CWE-094/UnsafeCodeConstruction.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* user to execute arbitrary code.
55
* @kind path-problem
66
* @problem.severity warning
7+
* @security-severity 6.1
78
* @precision medium
89
* @id js/unsafe-code-construction
910
* @tags security

javascript/ql/src/Security/CWE-347/MissingJWTKeyVerification.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description The application does not verify the JWT payload with a cryptographic secret or public key.
44
* @kind problem
55
* @problem.severity warning
6+
* @security-severity 7.0
67
* @precision high
78
* @id js/jwt-missing-verification
89
* @tags security

0 commit comments

Comments
 (0)