Skip to content

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1#5

Open
dennislee928 wants to merge 3 commits intomainfrom
snyk-fix-376b08e32c8103fa48518c3318237a61
Open

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1#5
dennislee928 wants to merge 3 commits intomainfrom
snyk-fix-376b08e32c8103fa48518c3318237a61

Conversation

@dennislee928
Copy link
Owner

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

  • IAN_HU_Masterbate_Estimation/requirements.txt
⚠️ Warning
scikit-learn 1.0.2 requires scipy, which is not installed.
qiskit-terra 0.24.1 requires scipy, which is not installed.
qiskit-terra 0.24.1 requires symengine, which is not installed.
qiskit-optimization 0.5.0 requires scipy, which is not installed.
qiskit-optimization 0.5.0 requires docplex, which is not installed.
qiskit-aer 0.12.2 requires scipy, which is not installed.
matplotlib 3.5.3 requires pillow, which is not installed.
flake8 5.0.4 has requirement importlib-metadata<4.3,>=1.1.0; python_version < "3.8", but you have importlib-metadata 4.13.0.

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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

…ilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
Copilot AI review requested due to automatic review settings February 8, 2026 08:45
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

Upgrades the project’s Python dependency floor to address a reported vulnerability in zipp by explicitly adding it to the IAN_HU_Masterbate_Estimation requirements set.

Changes:

  • Add zipp>=3.19.1 to IAN_HU_Masterbate_Estimation/requirements.txt to remediate Snyk-reported vulnerability SNYK-PYTHON-ZIPP-7430899.

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

sphinx>=4.0.0
sphinx-rtd-theme>=1.0.0
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Copilot AI Feb 8, 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", but the specifier is ">=3.19.1" (a minimum version, not an exact pin). Consider either switching to an exact pin (e.g., ==3.19.1) or updating the wording to "minimum version" to avoid confusion about reproducibility/security intent.

Suggested change
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, minimum version set by Snyk to avoid a vulnerability

Copilot uses AI. Check for mistakes.
@dennislee928
Copy link
Owner Author

dennislee928 commented Feb 8, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

…ilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
…ilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
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

Comments