Skip to content

Conversation

@kevin-benton
Copy link
Contributor

snyk-top-banner

Snyk has created this PR to fix 4 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/umap/Dockerfile

We recommend upgrading to python:3.14.2-alpine, as this image has only 0 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 Integer Overflow or Wraparound
SNYK-ALPINE321-SQLITE-12675067
  264  
critical severity CVE-2025-6965
SNYK-ALPINE321-SQLITE-11191065
  263  
high severity Integer Overflow or Wraparound
SNYK-ALPINE321-SQLITE-9712340
  161  
high severity CVE-2025-26519
SNYK-ALPINE321-MUSL-8720634
  139  
high severity CVE-2025-26519
SNYK-ALPINE321-MUSL-8720634
  139  

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:

🦉 Integer Overflow or Wraparound

@kevin-benton
Copy link
Contributor Author

Merge Risk: High

This upgrade to Python 3.14 introduces significant new features and a key breaking change.

Breaking Change:

  • Code using return, break, or continue to exit a finally block will now raise a SyntaxError due to the implementation of PEP 765. [4, 9]

Major Change:

  • Type annotations are now evaluated lazily by default (PEP 649). This may affect advanced frameworks or libraries that perform introspection on type hints and rely on eager evaluation. [1, 2, 10]

Source: What's New in Python 3.14 documentation
Recommendation: Review code for control flow statements (return, break, continue) inside finally blocks. Validate any code that relies on the specific timing of type annotation evaluation.

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.

3 participants