From efa265f6b0da16f478b16bf51b593186e22a11b5 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Wed, 2 Jul 2025 13:33:31 -0300 Subject: [PATCH] We have migrated from aws-sdk-go v1 to v2, remove scanner skip (#30469) Missing removal from the aws-sdk-go migration from v1 to v2. --- osv-scanner.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/osv-scanner.toml b/osv-scanner.toml index a8f2449ff7..70d327360c 100644 --- a/osv-scanner.toml +++ b/osv-scanner.toml @@ -1,10 +1,6 @@ # Configure OSV-Scanner # https://google.github.io/osv-scanner/configuration/ -[[IgnoredVulns]] -id = "GO-2022-0646" -reason = "2024/04/02 - This project does not use github.com/aws/aws-sdk-go/service/s3/s3crypto. Reference: https://osv.dev/vulnerability/GO-2022-0646" - [[IgnoredVulns]] id = "GO-2023-1788" reason = "2024/04/02 - When packaging linux files, we do not use global permissions. Manually verified that packed fleet-osquery files do not have group/global write permissions. Reference: https://osv.dev/vulnerability/GO-2023-1788"