mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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.
This commit is contained in:
parent
bc15936f07
commit
efa265f6b0
1 changed files with 0 additions and 4 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
# Configure OSV-Scanner
|
# Configure OSV-Scanner
|
||||||
# https://google.github.io/osv-scanner/configuration/
|
# 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]]
|
[[IgnoredVulns]]
|
||||||
id = "GO-2023-1788"
|
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"
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue