Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

[Snyk] Security upgrade python from 3.13.5-slim to 3.14.0-slim#77

Merged
Zochory merged 1 commit into
mainfrom
snyk-fix-1a34e3826c343466f76a3e3a8942928a
Nov 27, 2025
Merged

[Snyk] Security upgrade python from 3.13.5-slim to 3.14.0-slim#77
Zochory merged 1 commit into
mainfrom
snyk-fix-1a34e3826c343466f76a3e3a8942928a

Conversation

@Zochory

@Zochory Zochory commented Oct 15, 2025

Copy link
Copy Markdown
Member

snyk-top-banner

Snyk has created this PR to fix 5 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):

  • app/Dockerfile

We recommend upgrading to python:3.14.0-slim, as this image has only 22 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 CVE-2025-6965
SNYK-DEBIAN12-SQLITE3-10753055
  263  
critical severity Integer Overflow or Wraparound
SNYK-DEBIAN12-ZLIB-6008963
  241  
high severity Improper Certificate Validation
SNYK-DEBIAN12-PERL-5489190
  211  
low severity CVE-2005-2541
SNYK-DEBIAN12-TAR-1560620
  184  
low severity Out-of-Bounds
SNYK-DEBIAN12-GLIBC-1547196
  182  

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.

Copilot AI review requested due to automatic review settings October 15, 2025 04:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This is a security upgrade PR that updates the Python base Docker image from version 3.13.5-slim to 3.14.0-slim to address 5 security vulnerabilities identified by Snyk, including 2 critical severity issues.

  • Updates Python Docker base image to fix known vulnerabilities
  • Addresses critical CVEs in SQLite3 and zlib components
  • Reduces total known vulnerabilities from current count to 22

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@coderabbitai

coderabbitai Bot commented Oct 15, 2025

Copy link
Copy Markdown

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch snyk-fix-1a34e3826c343466f76a3e3a8942928a

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Copy link
Copy Markdown

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 👍.

Comment thread app/Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.13.5-slim
FROM python:3.14.0-slim

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Avoid upgrading container to unsupported Python 3.14

The base image now pulls python:3.14.0-slim, but the project explicitly constrains its runtime to <3.13 in pyproject.toml. Building this image will now run the app on an untested Python release that upstream tooling currently refuses to install (Poetry/pip resolve will fail once the full dependency set is used) and any binary dependencies in app/requirements.txt may not yet ship wheels for 3.14. Unless the project’s declared compatibility range and dependencies are updated in tandem, this Docker build is likely to break as soon as it tries to install the project or its packages.

Useful? React with 👍 / 👎.

@Zochory
Zochory merged commit 3deae97 into main Nov 27, 2025
6 checks passed
@Zochory
Zochory deleted the snyk-fix-1a34e3826c343466f76a3e3a8942928a branch November 27, 2025 23:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants