Skip to content

Commit

Permalink
Merge pull request #54 from zhammami/helmet-nocache-references
Browse files Browse the repository at this point in the history
remove remaining references to helmet without nocache
  • Loading branch information
gkouziik authored Nov 11, 2020
2 parents f5016b5 + 60c98ac commit 9c76921
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
'detect-crlf': require('./lib/rules/detect-crlf'),
'detect-dangerous-redirects': require('./lib/rules/detect-dangerous-redirects'),
'detect-eval-with-expr': require('./lib/rules/detect-eval-with-expr'),
'detect-helmet-without-nocache': require('./lib/rules/detect-helmet-without-nocache'),
'detect-html-injection': require('./lib/rules/detect-html-injection'),
'detect-insecure-randomness': require('./lib/rules/detect-insecure-randomness'),
'detect-non-literal-require-calls': require('./lib/rules/detect-non-literal-require-calls'),
Expand All @@ -34,7 +33,6 @@ module.exports = {
'detect-crlf': 0,
'detect-dangerous-redirects': 0,
'detect-eval-with-expr': 0,
'detect-helmet-without-nocache': 0,
'detect-html-injection': 0,
'detect-insecure-randomness': 0,
'detect-non-literal-require-calls': 0,
Expand All @@ -61,7 +59,6 @@ module.exports = {
'security-node/detect-crlf': 'warn',
'security-node/detect-dangerous-redirects': 'warn',
'security-node/detect-eval-with-expr': 'warn',
'security-node/detect-helmet-without-nocache': 'warn',
'security-node/detect-html-injection': 'warn',
'security-node/detect-insecure-randomness': 'warn',
'security-node/detect-non-literal-require-calls': 'warn',
Expand Down

0 comments on commit 9c76921

Please sign in to comment.