From 0e719bf39db2baf42a77b4335eb128a86f7ccbe3 Mon Sep 17 00:00:00 2001 From: Barry Chen Date: Thu, 15 Feb 2018 15:50:11 -0600 Subject: [PATCH] Ignore nsp#566 with .nsprc. (#4118) --- .nsprc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.nsprc b/.nsprc index d827b1028b..75448f59fa 100644 --- a/.nsprc +++ b/.nsprc @@ -1,4 +1,7 @@ { - // See https://github.com/mozilla-services/screenshots/issues/3841 - "exceptions": ["https://nodesecurity.io/advisories/532"] + // See + // 532: https://github.com/mozilla-services/screenshots/issues/3841 + // 566: https://github.com/mozilla-services/screenshots/issues/4118 + "exceptions": ["https://nodesecurity.io/advisories/532", + "https://nodesecurity.io/advisories/566"] }