We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252c9e9 commit 26f1b36Copy full SHA for 26f1b36
javascript/ql/src/Security/CWE-693/InsecureHelmet.ql
@@ -42,5 +42,6 @@ where
42
helmetProperty.isFalse() and
43
helmetProperty.isImportantSecuritySetting() and
44
helmetProperty.getHelmet() = helmet
45
-select helmet, "Helmet security middleware, configured with security setting $@ set to 'false', which disables enforcing that feature.", helmetProperty,
46
- helmetProperty.getName()
+select helmet,
+ "Helmet security middleware, configured with security setting $@ set to 'false', which disables enforcing that feature.",
47
+ helmetProperty, helmetProperty.getName()
0 commit comments