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.11.10-slim-bookworm to 3.13.2-slim-bookworm #5264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rubenfiszel
Copy link
Contributor

@rubenfiszel rubenfiszel commented Feb 11, 2025

snyk-top-banner

Snyk has created this PR to fix 3 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

We recommend upgrading to python:3.13.2-slim-bookworm, as this image has only 38 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
critical severity Integer Overflow or Wraparound
SNYK-DEBIAN12-ZLIB-6008963
  500  
low severity CVE-2025-0395
SNYK-DEBIAN12-GLIBC-8658672
  221  
low severity CVE-2025-0395
SNYK-DEBIAN12-GLIBC-8658672
  221  
low severity CVE-2024-13176
SNYK-DEBIAN12-OPENSSL-8648323
  150  
low severity CVE-2024-13176
SNYK-DEBIAN12-OPENSSL-8648323
  150  

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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.


Important

Upgrade Python base image in Dockerfile to 3.13.2-slim-bookworm for security improvements.

  • Dockerfile:
    • Upgrade python base image from 3.11.10-slim-bookworm to 3.13.2-slim-bookworm to address security vulnerabilities.

This description was created by Ellipsis for 42d88b2. It will automatically update as commits are pushed.

Copy link

cloudflare-workers-and-pages bot commented Feb 11, 2025

Deploying windmill with  Cloudflare Pages  Cloudflare Pages

Latest commit: 42d88b2
Status: ✅  Deploy successful!
Preview URL: https://4a1d00f9.windmill.pages.dev
Branch Preview URL: https://snyk-fix-dc535557ac8ff85ab88.windmill.pages.dev

View logs

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested. Reviewed everything up to 42d88b2 in 1 minute and 8 seconds

More details
  • Looked at 12 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 drafted comments based on config settings.
1. Dockerfile:3
  • Draft comment:
    Updated PYTHON_IMAGE to python:3.13.2-slim-bookworm. Ensure this version is consistent with the installed Python runtimes later.
  • Reason this comment was not posted:
    Marked as duplicate.
2. Dockerfile:102
  • Draft comment:
    LATEST_STABLE_PY still set to 3.11.10 while base image is upgraded. Confirm if this mismatch is intentional.
  • Reason this comment was not posted:
    Comment was not on a location in the diff, so it can't be submitted as a review comment.

Workflow ID: wflow_Swe2ccg4QTHn0rxi


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@@ -1,6 +1,6 @@
ARG DEBIAN_IMAGE=debian:bookworm-slim
ARG RUST_IMAGE=rust:1.83-slim-bookworm
ARG PYTHON_IMAGE=python:3.11.10-slim-bookworm
ARG PYTHON_IMAGE=python:3.13.2-slim-bookworm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PYTHON_IMAGE has been updated to use python:3.13.2-slim-bookworm. Ensure that related version references (e.g. the LATEST_STABLE_PY ARG on line 102 and the uv python install commands on lines 173–174, which still reference 3.11.10) are updated for consistency.

@rubenfiszel rubenfiszel force-pushed the main branch 11 times, most recently from 0d0ada6 to 1ef482e Compare February 18, 2025 20:49
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.

2 participants