Skip to content

Conversation

@madisonmay
Copy link
Contributor

@madisonmay madisonmay commented Dec 30, 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):

  • readme_docs/Dockerfile

We recommend upgrading to python:3.14.2, as this image has only 196 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
high severity CVE-2025-27363
SNYK-DEBIAN11-FREETYPE-9402510
  829  
high severity Out-of-bounds Write
SNYK-DEBIAN11-GLIBC-5927133
  829  
high severity Out-of-bounds Write
SNYK-DEBIAN11-GLIBC-5927133
  829  
high severity Out-of-bounds Write
SNYK-DEBIAN11-GLIBC-5927133
  829  
high severity CVE-2023-44487
SNYK-DEBIAN11-NGHTTP2-5953384
  829  

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:

🦉 Out-of-bounds Write


Note

Docker base image upgrade

  • Updates readme_docs/Dockerfile base image from python:3.9.15 to python:3.14.2.

No other files or logic changed.

Written by Cursor Bugbot for commit 7b0d87e. This will update automatically on new commits. Configure here.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -1,4 +1,4 @@
FROM python:3.9.15
FROM python:3.14.2

Choose a reason for hiding this comment

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

P1 Badge Update base image to an existing Python tag

readme_docs/Dockerfile now starts from python:3.14.2, but the official Python images currently only publish tags up to 3.13.x, so python:3.14.2 cannot be pulled. Any build of this image will fail immediately at the FROM instruction. Please pick a Python tag that actually exists (e.g., the latest 3.13.x or the previously used 3.9.x/3.10.x).

Useful? React with 👍 / 👎.

@@ -1,4 +1,4 @@
FROM python:3.9.15
FROM python:3.14.2
Copy link

Choose a reason for hiding this comment

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

Untested Python version upgrade may break build

The upgrade from Python 3.9.15 to 3.14.2 is a significant version jump (5 major versions). The project's pyproject.toml classifiers explicitly list Python 3.9-3.13 as supported versions but do NOT include Python 3.14, indicating this version hasn't been tested. While the uv.lock has resolution markers for Python 3.14, the declared supported versions suggest potential compatibility issues. Features deprecated in 3.9 may have been removed in 3.14, which could cause the uv sync --locked command or the application itself to fail.

Fix in Cursor Fix in Web

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