Change note and changed name of query in .ql file

This commit is contained in:
aegilops
2024-06-19 12:04:32 +01:00
parent 8a3cec4977
commit d142f830da
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
* @problem.severity error
* @security-severity 5.0
* @precision high
* @id javascript/insecure-helmet-configuration
* @id js/insecure-helmet-configuration
* @tags security
* cwe-693
* cwe-1021

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `js/insecure-helmet-configuration`, to detect instances where Helmet middleware is configured with important security features disabled.