Skip to content

Commit d142f83

Browse files
committed
Change note and changed name of query in .ql file
1 parent 8a3cec4 commit d142f83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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
@@ -5,7 +5,7 @@
55
* @problem.severity error
66
* @security-severity 5.0
77
* @precision high
8-
* @id javascript/insecure-helmet-configuration
8+
* @id js/insecure-helmet-configuration
99
* @tags security
1010
* cwe-693
1111
* cwe-1021
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* Added a new query, `js/insecure-helmet-configuration`, to detect instances where Helmet middleware is configured with important security features disabled.

0 commit comments

Comments
 (0)