Skip to content

Commit 2302b9c

Browse files
authored
Merge pull request #3988 from willdurand/moment
Add moment to the NSP exclusions list
2 parents 8d80441 + 6ce9e9d commit 2302b9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.nsprc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"exceptions": [
33
// https://github.com/mozilla/addons-frontend/issues/3195
4-
"https://nodesecurity.io/advisories/525"
4+
"https://nodesecurity.io/advisories/525",
5+
// https://github.com/mozilla/addons-frontend/issues/3989
6+
"https://nodesecurity.io/advisories/532"
57
]
68
}

0 commit comments

Comments
 (0)