Skip to content

Commit

Permalink
Added nsp exceptions to generator-react-server (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidk107 authored and gigabo committed Oct 10, 2017
1 parent 22e7c74 commit 13d6f25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/generator-react-server/generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = yeoman.Base.extend({
'_eslintrc',
'_gitignore',
'_reactserverrc',
'_nsprc',
].forEach(function (filename) {
var fn = filename.replace('_', '.');
_this.fs.copyTpl(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"exceptions": [
"https://nodesecurity.io/advisories/479",
"https://nodesecurity.io/advisories/535"
]
}

0 comments on commit 13d6f25

Please sign in to comment.