You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run trivy on this repo, it reports two vulnerabilities in the aws-sdk-go module. When I upgrade go.mod to point to the latest release of aws-sdk-go (1.44.221 at the time of this writing), I get the same two vulnerabilities:
It appears that upgrading to the v2 AWS SDK for Go (aws-sdk-go-v2) will fix these issues. I looked into the process for upgrading but my Go experience is poor and so I'm not quite sure where to start. For example, the aws-sdk-go-v2 release numbers look like 2023-03-14 and go.mod expects the v1.2.3 format so I'm not even sure how to reference that version.
When I run
trivy
on this repo, it reports two vulnerabilities in the aws-sdk-go module. When I upgradego.mod
to point to the latest release ofaws-sdk-go
(1.44.221 at the time of this writing), I get the same two vulnerabilities:The text was updated successfully, but these errors were encountered: