Skip to content

Conversation

@simcax
Copy link
Owner

@simcax simcax commented Dec 15, 2025

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):

  • docker/Dockerfile

We recommend upgrading to python:3.14.2-slim, as this image has only 23 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
  714  
high severity Heap-based Buffer Overflow
SNYK-DEBIAN12-GNUTLS28-10690985
  614  
high severity Double Free
SNYK-DEBIAN12-GNUTLS28-10690987
  614  
high severity Improper Certificate Validation
SNYK-DEBIAN12-PERL-5489190
  614  
medium severity NULL Pointer Dereference
SNYK-DEBIAN12-GNUTLS28-10690990
  514  

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:

🦉 Heap-based Buffer Overflow
🦉 Double Free
🦉 NULL Pointer Dereference

Copilot AI review requested due to automatic review settings December 15, 2025 02:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR attempts to upgrade the Python base Docker image from 3.13.2-slim to 3.14.2-slim to address 5 security vulnerabilities in Debian packages (sqlite3, gnutls28, and perl). However, Python 3.14.2 is not a valid released version as of January 2025, and this upgrade will fail during the Docker build process.

Key Issues

  • Critical: Python 3.14.2 does not exist; Python 3.14 is still in alpha development
  • The project specifies requires-python = "~=3.11" but uses Python 3.13.2-slim in Docker
  • Security vulnerabilities are in Debian base packages, not Python itself

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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