From ab9c6bae3e7350ce38ba083188530906e91cef9a Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 20 Jun 2025 23:42:05 +0200 Subject: [PATCH] chore(backend): update-osv-file (#9821) --- src/backend/osv-scanner.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/backend/osv-scanner.toml b/src/backend/osv-scanner.toml index 3e92d8c8bc..53d7999414 100644 --- a/src/backend/osv-scanner.toml +++ b/src/backend/osv-scanner.toml @@ -1,3 +1,9 @@ [[IgnoredVulns]] -id = "GHSA-5vcc-86wm-547q" +# botocore < 2.5.0 - see https://github.com/boto/botocore/issues/3499 +id = "GHSA-48p4-8xcf-vxj5" +reason = "Effected codepath is not used in the project" + +[[IgnoredVulns]] +# botocore < 2.5.0 - see https://github.com/boto/botocore/issues/3499 +id = "GHSA-pq67-6m6q-mj2v" reason = "Effected codepath is not used in the project"