[Snyk] Security upgrade python from 3.11.0b3-slim to 3.14.3-slim#155
[Snyk] Security upgrade python from 3.11.0b3-slim to 3.14.3-slim#155SPH73 wants to merge 1 commit into
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316
There was a problem hiding this comment.
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.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on March 31
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.
| @@ -1,5 +1,5 @@ | |||
| # Pull base image | |||
| FROM python:3.11.0b3-slim | |||
| FROM python:3.14.3-slim | |||
There was a problem hiding this comment.
Python version incompatibility with project dependencies
High Severity
Upgrading to python:3.14.3-slim creates a major compatibility issue with the project's dependencies. The Pipfile explicitly requires python_version = "3.8", and the locked dependencies (Django 3.1.4, psycopg2-binary 2.8.6, etc.) are from 2020-2021 and do not support Python 3.14. Django 3.1 only supports Python 3.6 through 3.9. The pipenv install --system command will likely fail or produce a broken environment, and the application will not run correctly on Python 3.14.


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):
DockerfileWe recommend upgrading to
python:3.14.3-slim, as this image has only 26 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:
SNYK-DEBIAN11-GLIBC-5927133
SNYK-DEBIAN11-GLIBC-5927133
SNYK-DEBIAN11-SYSTEMD-6277510
SNYK-DEBIAN11-SYSTEMD-6277510
SNYK-DEBIAN11-KRB5-7411316
Important
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
🦉 Allocation of Resources Without Limits or Throttling
Note
Medium Risk
Python runtime and underlying Debian package versions change, which can introduce dependency/runtime incompatibilities despite the diff being small.
Overview
Updates the Docker base image from
python:3.11.0b3-slimtopython:3.14.3-slimto pick up upstream security fixes and reduce known OS/package vulnerabilities.Written by Cursor Bugbot for commit c231118. This will update automatically on new commits. Configure here.