Skip to content

Commit a07639f

Browse files
committed
Set severity to 7.0, in line with other configuration queries
1 parent 26f1b36 commit a07639f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-693/InsecureHelmet.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description The Helmet middleware is used to set security-related HTTP headers in Express applications. This query finds instances where the middleware is configured with important security features disabled.
44
* @kind problem
55
* @problem.severity error
6-
* @security-severity 5.0
6+
* @security-severity 7.0
77
* @precision high
88
* @id js/insecure-helmet-configuration
99
* @tags security

0 commit comments

Comments
 (0)