Skip to content

Conversation

@AkobArm
Copy link
Owner

@AkobArm AkobArm commented Dec 7, 2025

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.1, as this image has only 187 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-DEBIAN12-FREETYPE-9402511
  829  
high severity CVE-2025-27363
SNYK-DEBIAN12-FREETYPE-9402511
  829  
high severity CVE-2025-27363
SNYK-DEBIAN12-FREETYPE-9402511
  829  
critical severity Link Following
SNYK-DEBIAN12-GIT-6846203
  821  
critical severity Link Following
SNYK-DEBIAN12-GIT-6846203
  821  

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.


Note

Upgrade Dockerfile base images from python:3.12.1 to python:3.14.1 in both stages.

  • Dockerfile:
    • Upgrade base image in both stages from python:3.12.1 to python:3.14.1.

Written by Cursor Bugbot for commit f46634b. 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.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

RUN poetry export -f requirements.txt --output requirements.txt --without-hashes

FROM python:3.12.1
FROM python:3.14.1
Copy link

Choose a reason for hiding this comment

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

Bug: Python 3.14 upgrade without updating incompatible dependencies

The Python base image is being upgraded from 3.12.1 to 3.14.1, but the poetry.lock file pins asyncpg at version 0.29.0 which only provides pre-built wheels up to Python 3.12. Python 3.14 support was added in asyncpg 0.31.0. This version mismatch could cause Docker build failures when pip attempts to install asyncpg (requiring Cython compilation without proper wheels) or potential runtime incompatibilities if compilation succeeds but the code isn't fully compatible with Python 3.14's changes.

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