From bd62252baeafbbd16f12f909266b13648490878c Mon Sep 17 00:00:00 2001 From: Daniel Goldman Date: Tue, 5 Mar 2024 09:49:30 -0500 Subject: [PATCH] update yarn audit: OZ base 64 --- audit-ci.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audit-ci.jsonc b/audit-ci.jsonc index 891ba358..3c89eb61 100644 --- a/audit-ci.jsonc +++ b/audit-ci.jsonc @@ -45,6 +45,8 @@ // Exposure of Sensitive Information to an Unauthorized Actor in follow-redirects "GHSA-pw2r-vq6v-hr8c", // Exposure of sensitive information in follow-redirects - "GHSA-74fj-2j2h-c42q" + "GHSA-74fj-2j2h-c42q", + // Open Zeppelin: Base64 encoding may read from potentially dirty memory + "GHSA-9vx6-7xxf-x967" ] }