Skip to content

[Snyk] Fix for 24 vulnerabilities#534

Open
robertatakenaka wants to merge 2 commits intomainfrom
snyk-fix-dacd6a573dbf0b0e2a9c7ae84bade9eb
Open

[Snyk] Fix for 24 vulnerabilities#534
robertatakenaka wants to merge 2 commits intomainfrom
snyk-fix-dacd6a573dbf0b0e2a9c7ae84bade9eb

Conversation

@robertatakenaka
Copy link
Copy Markdown
Member

snyk-top-banner

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

Snyk changed the following file(s):

  • requirements/base.txt
⚠️ Warning
celery 5.3.0 requires kombu, 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:

🦉 Allocation of Resources Without Limits or Throttling
🦉 Improper Output Neutralization for Logs
🦉 SQL Injection
🦉 More lessons are available in Snyk Learn

Copilot AI review requested due to automatic review settings February 14, 2026 01:06
Copy link
Copy Markdown
Contributor

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 aims to mitigate reported Python dependency vulnerabilities by adjusting the project’s pip dependency set in requirements/base.txt.

Changes:

  • Add explicit requirements for sqlparse and zipp to address vulnerability findings.
  • Document that these dependencies are not directly required by the project.

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

Comment thread requirements/base.txt
Comment on lines +111 to +112
sqlparse>=0.5.4 # 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 14, 2026

Choose a reason for hiding this comment

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

The inline note says "pinned by Snyk", but the specifier used is ">=" which is a constraint, not a pin. Either change the specifier to an exact pin or update the wording so it’s accurate.

Suggested change
sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
sqlparse>=0.5.4 # not directly required, version constrained by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, version constrained by Snyk to avoid a vulnerability

Copilot uses AI. Check for mistakes.
Comment thread requirements/base.txt
Comment on lines +111 to +112
sqlparse>=0.5.4 # 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 14, 2026

Choose a reason for hiding this comment

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

PR metadata/description mentions upgrading Django (3.2.25→4.2.28) and includes a warning about "celery 5.3.0" missing kombu, but this diff only adds sqlparse/zipp and the requirements already pin celery==5.6.2 and django==5.2.10. Please update the PR description/metadata (or include the missing dependency changes) so reviewers can accurately assess impact.

Copilot uses AI. Check for mistakes.
Comment thread requirements/base.txt
Comment on lines +111 to +112
sqlparse>=0.5.4 # 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 14, 2026

Choose a reason for hiding this comment

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

These are the only entries in this file using a lower-bound specifier (>=). The rest of the repository’s requirements appear to be fully pinned with '==', so using '>=' here can make builds non-reproducible and harder to debug. Consider pinning exact versions (or introducing a dedicated constraints file) while addressing the vulnerability.

Suggested change
sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
sqlparse==0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability (was '>=0.5.4')
zipp==3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability (was '>=3.19.1')

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