Open hookenz opened 1 year ago
Due to using the old aws golang library instead of the v2 library this binary is vulnerable to the following CVEs
CVE-2020-8911 CVE-2020-8912
To fix it we need to upgrade to using github.com/aws/aws-sdk-go-v2
github.com/aws/aws-sdk-go-v2
Affected version: all versions <= 1.1.1 (latest release).
As we use this library our docker image is flagged by docker scout.
I had a go at an upgrade by it's not trivial.
Due to using the old aws golang library instead of the v2 library this binary is vulnerable to the following CVEs
CVE-2020-8911 CVE-2020-8912
To fix it we need to upgrade to using
github.com/aws/aws-sdk-go-v2
Affected version: all versions <= 1.1.1 (latest release).