From bfac2c9744063b01b26f498cd8f542e911025e4f Mon Sep 17 00:00:00 2001 From: Juliana Kang Date: Tue, 25 Apr 2023 15:18:25 -0400 Subject: [PATCH] chore: Add yaml vulnerability to allowlist to unblock commits (#734) PON-179 --- audit-ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audit-ci.json b/audit-ci.json index 9a70791c7..db7ecb9a1 100644 --- a/audit-ci.json +++ b/audit-ci.json @@ -8,7 +8,8 @@ "GHSA-hhq3-ff78-jv3g", "GHSA-pfrx-2q88-qq97", "GHSA-rc47-6667-2j5j", - "GHSA-hc6q-2mpp-qw7j" + "GHSA-hc6q-2mpp-qw7j", + "GHSA-f9xv-q969-pqx4" ], "moderate": true }