1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #3496 from MetaMask/nsp-fix

node security - ignore known hoek advisory
This commit is contained in:
kumavis 2018-03-09 11:07:58 -08:00 committed by GitHub
commit 51b806797a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.nsprc Normal file
View File

@ -0,0 +1,3 @@
{
"exceptions": ["https://nodesecurity.io/advisories/566"]
}