mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
Change note and changed name of query in .ql file
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user