From 1fbbda7cabe6599ab5a4cf921014ea40ae680049 Mon Sep 17 00:00:00 2001 From: Wojciech Knapik Date: Fri, 19 Nov 2021 15:20:29 +0100 Subject: [PATCH] Added findings to audit_deps ignore list (#11171) --- script/audit_deps.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/script/audit_deps.py b/script/audit_deps.py index e03a5a9034f..745002282d3 100755 --- a/script/audit_deps.py +++ b/script/audit_deps.py @@ -44,7 +44,12 @@ ignored_npm_advisories = [ 1002522, # https://github.com/advisories/GHSA-whgm-jr23-g3j9 1002627, # https://github.com/advisories/GHSA-ww39-953v-wcq6 1002655, # https://github.com/advisories/GHSA-w8qv-6jwh-64r5 - 1002775 # https://github.com/advisories/GHSA-w5p7-h5w8-2hfq + 1002775, # https://github.com/advisories/GHSA-w5p7-h5w8-2hfq + 1004946, # https://github.com/advisories/GHSA-93q8-gq69-wqmw + 1005059, # https://github.com/advisories/GHSA-whgm-jr23-g3j9 + 1005154, # https://github.com/advisories/GHSA-ww39-953v-wcq6 + 1005174, # https://github.com/advisories/GHSA-w8qv-6jwh-64r5 + 1005291 # https://github.com/advisories/GHSA-w5p7-h5w8-2hfq ]