From 32dfddb8650f08c76f9209961edd3f6d8ae3c9c5 Mon Sep 17 00:00:00 2001 From: Aleksey Semikozov Date: Tue, 26 May 2026 13:02:21 -0300 Subject: [PATCH] Security - Add replicator and elliptic advisories to health-check ignore list --- .github/workflows/health-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index ebadad7cd608..3e67b3a89169 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -24,5 +24,7 @@ jobs: 'GHSA-g93w-mfhg-p222', // @angular/compiler 'GHSA-45q2-gjvg-7973', // @angular/platform-server 'GHSA-rfh7-fxqc-q52v', // @angular/platform-server + 'GHSA-2gmp-34j9-fqjm', // replicator + 'GHSA-848j-6mx2-7j84', // elliptic ] }