Skip to content

[Snyk] Security upgrade fonttools from 4.38.0 to 4.62.0#20

Open
gouzil wants to merge 1 commit intodevelopfrom
snyk-fix-6801124e5e955f8c5674e0b0227e2455
Open

[Snyk] Security upgrade fonttools from 4.38.0 to 4.62.0#20
gouzil wants to merge 1 commit intodevelopfrom
snyk-fix-6801124e5e955f8c5674e0b0227e2455

Conversation

@gouzil
Copy link
Copy Markdown
Owner

@gouzil gouzil commented Apr 4, 2026

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • python/unittest_py/requirements.txt
⚠️ Warning
ce-python-sdk 0.9.68 requires crc32c, which is not installed.

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.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

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:

🦉 Arbitrary Code Execution

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-15869939
Copilot AI review requested due to automatic review settings April 4, 2026 17:04
Copy link
Copy Markdown

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 Snyk-generated PR mitigates a reported vulnerability in the Python dependency tree used by the python/unittest_py test environment by explicitly constraining fonttools to a non-vulnerable version range.

Changes:

  • Added an explicit fonttools dependency constraint (>=4.62.0) to python/unittest_py/requirements.txt to avoid the vulnerable versions flagged by Snyk.

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

apache-tvm-ffi==0.1.5
graphviz
nvidia-ml-py3 ; platform_system != "Darwin"
fonttools>=4.62.0 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

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

The inline comment says this dependency is “pinned by Snyk”, but the specifier >=4.62.0 is a minimum constraint (not a pin) and allows future upgrades that may change behavior. Consider either (a) changing the wording to “constrained to >=4.62.0” / “minimum version per Snyk”, or (b) using an exact pin (==4.62.0, optionally with an upper bound strategy) if you want reproducible CI installs.

Suggested change
fonttools>=4.62.0 # not directly required, pinned by Snyk to avoid a vulnerability
fonttools>=4.62.0 # not directly required, minimum version per Snyk to avoid a vulnerability

Copilot uses AI. Check for mistakes.
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