Skip to content

[Snyk] Security upgrade python from 3.10.4 to 3.14.3#432

Open
nicholas-lockhart wants to merge 1 commit intomasterfrom
snyk-fix-5fbb099ccde71bb3b9a6dbeba8514c79
Open

[Snyk] Security upgrade python from 3.10.4 to 3.14.3#432
nicholas-lockhart wants to merge 1 commit intomasterfrom
snyk-fix-5fbb099ccde71bb3b9a6dbeba8514c79

Conversation

@nicholas-lockhart
Copy link
Contributor

@nicholas-lockhart nicholas-lockhart commented Feb 5, 2026

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

We recommend upgrading to python:3.14.3, as this image has only 219 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 CVE-2025-27363
SNYK-DEBIAN11-FREETYPE-9402510
  829  
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  

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

Medium Risk
Updating the Docker base image can introduce runtime and dependency compatibility issues despite being a straightforward, security-motivated change.

Overview
Updates the Dockerfile base image from python:3.10.4 to python:3.14.3 to pick up upstream security fixes in the container OS/Python distribution.

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

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@@ -1,4 +1,4 @@
FROM python:3.10.4
FROM python:3.14.3
Copy link

Choose a reason for hiding this comment

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

Major Python version jump skips untested Python 3.14

High Severity

The upgrade from python:3.10.4 to python:3.14.3 jumps 4 minor versions to a Python version that is not included in the project's official classifiers in pyproject.toml. The classifiers list Python 3.9 through 3.13 but explicitly omit Python 3.14, indicating this version has not been tested by the maintainers. This significant version jump could introduce runtime compatibility issues from deprecated API removals or behavior changes between Python 3.10 and 3.14.

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.

2 participants