navapbc / template-infra

A template to set up foundational infrastructure for your application in AWS
Apache License 2.0
9 stars 2 forks source link

Fix aws-cli v2 cryptography dependency issue #598

Open rocketnova opened 2 months ago

rocketnova commented 2 months ago

Problem

The Anchore scans are currently failing due to a package vulnerability issue. The security vuln is CVE-2024-26130, which impacts the python cryptography package starting in version 38.0.0 and prior to version 42.0.4.

Context

The test app (/app) installs the aws-cli tool in an alpine image. The cryptography package is a required dependency for aws-cli v2. aws-cli has an open dependabot issue for addressing this vuln.

CleanShot 2024-05-09 at 17 07 25@2x