From cf4deb083b94924ed4910db373ae5d8c5fb83488 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 30 May 2025 16:28:03 -0400 Subject: [PATCH] Remove extra vulnerability from our ignore list This changeset fixes an oversight where a vulnerability got added back to our ignore list. Signed-off-by: Carlo Costino --- .github/workflows/checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e442dd4c8..b4319b6a2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -100,7 +100,6 @@ jobs: with: inputs: requirements.txt ignore-vulns: | - PYSEC-2022-43162 PYSEC-2023-312 static-scan: