Skip to content

[Snyk] Security upgrade python from 3.7-slim to 3.14.3-slim#89

Open
rwils83 wants to merge 2 commits intomasterfrom
snyk-fix-f9c0a234784485589b07258fa22088ed
Open

[Snyk] Security upgrade python from 3.7-slim to 3.14.3-slim#89
rwils83 wants to merge 2 commits intomasterfrom
snyk-fix-f9c0a234784485589b07258fa22088ed

Conversation

@rwils83
Copy link
Copy Markdown
Owner

@rwils83 rwils83 commented Feb 7, 2026

snyk-top-banner

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

  • Dockerfile

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

Issue Score
high severity Out-of-bounds Write
SNYK-DEBIAN12-GLIBC-5927132
  829  
high severity Out-of-bounds Write
SNYK-DEBIAN12-GLIBC-5927132
  829  
high severity Out-of-bounds Write
SNYK-DEBIAN12-GLIBC-6210098
  721  
high severity Out-of-bounds Write
SNYK-DEBIAN12-GLIBC-6210098
  721  
high severity Allocation of Resources Without Limits or Throttling
SNYK-DEBIAN12-SYSTEMD-6277507
  721  

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
🦉 Allocation of Resources Without Limits or Throttling

@rwils83
Copy link
Copy Markdown
Owner Author

rwils83 commented Feb 7, 2026

Merge Risk: High

This is a major upgrade, advancing seven versions from Python 3.7 to 3.14.3. This update introduces significant breaking changes, most notably the removal of numerous standard library modules, the deletion of distutils, and the end of Python 2 compatibility layers. Thorough testing and code modifications are required.

Key Breaking Changes:

  • Module Removals (PEP 594): Python 3.11 deprecated many old standard library modules (often called "dead batteries"), and Python 3.13 removed them entirely. [5, 16] This includes modules like aifc, cgi, cgitb, crypt, imghdr, mailcap, nntplib, pipes, telnetlib, and uu. Any code relying on these modules will fail.
  • Removal of distutils: The distutils package was deprecated and fully removed in Python 3.12. [15] Build scripts and package installers relying on distutils must be migrated to setuptools.
  • End of Python 2 Compatibility Layers: Python 3.9 was the final version to support certain Python 2 compatibility features. [13] Starting in Python 3.10, aliases for Abstract Base Classes in the collections module (e.g., using collections.Mapping instead of collections.abc.Mapping) are removed. [13, 14]
  • New Typing Syntax: Newer Python versions introduce modern typing syntax. For example, Python 3.10 introduced the | union operator (e.g., int | float instead of typing.Union[int, float]), and Python 3.9 allowed the use of built-in collection types like list and dict as generics instead of typing.List and typing.Dict. [9,

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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