Skip to content

Commit

Permalink
Fix formatting for check
Browse files Browse the repository at this point in the history
  • Loading branch information
aegilops committed Jun 19, 2024
1 parent de96d39 commit 8a3cec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/ql/src/Security/CWE-693/InsecureHelmet.ql
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ where
helmetProperty.isImportantSecuritySetting() and
helmetProperty.getHelmet() = helmet
select helmet, "Helmet route handler, called with $@ set to 'false'.", helmetProperty,
helmetProperty.getName()
helmetProperty.getName()

0 comments on commit 8a3cec4

Please sign in to comment.