redfin / react-server

:rocket: Blazing fast page load and seamless navigation.
https://react-server.io/
Apache License 2.0
3.89k stars 184 forks source link

Added nsp exceptions to generator-react-server #959

Closed davidk107 closed 6 years ago

davidk107 commented 6 years ago

This PR adds some exceptions to nsp by specifying a .nsprc file described under https://github.com/nodesecurity/nsp#exceptions. This means the our build won't fail for the two nsp errors that we are currently seeing.

The suppressed errors are https://nodesecurity.io/advisories/479 which seems to be a result of us using superagent 1.8.4. That in turn causes https://nodesecurity.io/advisories/535 since it imports mime 1.3.4.

gigabo commented 6 years ago

Awesome @davidk107! Thank you!