Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade python from 3.12.3-alpine to 3.13.0rc1-alpine #205

Closed
wants to merge 1 commit into from

Conversation

zencircle
Copy link
Contributor

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the dockerfile dependencies of this project.

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.

Snyk changed the following file(s):

  • Dockerfile.mac_chip

We recommend upgrading to python:3.13.0rc1-alpine, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Use After Free
SNYK-ALPINE320-BUSYBOX-7233533
  514  
medium severity Use After Free
SNYK-ALPINE320-BUSYBOX-7233533
  514  
medium severity Use After Free
SNYK-ALPINE320-BUSYBOX-7233533
  514  
medium severity Use After Free
SNYK-ALPINE320-BUSYBOX-7233586
  514  
medium severity Use After Free
SNYK-ALPINE320-BUSYBOX-7233586
  514  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Use After Free

Copy link

github-actions bot commented Aug 3, 2024

Coverage report

This PR does not seem to contain any modification to coverable code.

@jcadam14
Copy link
Contributor

jcadam14 commented Aug 5, 2024

Rejecting this PR. The official release of python is 3.12 so we wouldn't want to upgrade to 3.13 yet, but our current version of alpine is actually running the patched version of busybox being called out here. As the CVE mentions, should be running with an alpine version that uses busybox 1.36.1-r29 or higher. As you can see below, our current containers are in compliance. This is a problem with the security scans only detecting busybox v. 1.36.1 and not recognizing the patched release version (example of others receiving false positive check nodejs/docker-node#2116)

/usr/app/src $ apk info --no-cache busybox
fetch https://alpine.global.ssl.fastly.net/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
fetch https://alpine.global.ssl.fastly.net/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
busybox-1.36.1-r29 description:
Size optimized toolbox of many common UNIX utilities

busybox-1.36.1-r29 webpage:
https://busybox.net/

busybox-1.36.1-r29 installed size:
908 KiB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants