This repository was archived by the owner on Jul 15, 2026. It is now read-only.
[HIGH] fix: CVE-2026-24049 — bump wheel - #6
Open
Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
Open
[HIGH] fix: CVE-2026-24049 — bump wheel#6Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
Conversation
CVE: CVE-2026-24049 Component: wheel Fixed version: 0.46.2 Manifest: requirements.txt Dependency type: transitive (pinned)
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supply Chain Vulnerability — Auto-Remediation PR
CVE Details
CVE-2026-24049patterninc/soda-corewheel0.46.2N/A (transitive)What Changed
wheel:
N/A (transitive)→0.46.2requirements.txtLock File Status
No lock file needed
CI Validation
False positive?
AI Triage Analysis
Verdict: Needs Review
Reasoning: The
wheelpackage is explicitly listed as a direct dependency insoda/scientific/setup.py(install_requires), meaning it is installed as part of the soda-core-scientific package. However,wheelis typically used as a build tool rather than a runtime library — the CVE details (CVE-2026-24049) are not yet fully published, so the specific vulnerable function/code path is unclear. No source files in the repository appear to import or directly callwheelAPIs at runtime; the dependency appears to be listed for build/packaging purposes (common when building packages likeprophetthat require wheel during installation). Given the uncertainty about the CVE's specific vulnerable code path and whether it affects runtime vs. build-time usage, this warrants further review.References
Auto-generated by Pattern Security Automation