-
Notifications
You must be signed in to change notification settings - Fork 10
[Snyk] Fix for 7 vulnerabilities #1197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-6615672 - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-9510910 - https://snyk.io/vuln/SNYK-PYTHON-SENTRYSDK-7541801 - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-6615674 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
There was a problem hiding this 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 PR updates several production dependencies to address security vulnerabilities and bring packages to newer versions. The changes focus on upgrading core application dependencies and adding security-related minimum version constraints.
Key changes:
- Upgraded gunicorn from 21.2.0 to 23.0.0
- Upgraded sentry-sdk from 2.5.1 to 2.8.0 and removed the
[django]extra - Added minimum version constraints for sqlparse, urllib3, and zipp to address security vulnerabilities
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| # Sentry | ||
| sentry-sdk[django]==2.5.1 # https://github.com/getsentry/sentry-python | ||
| sentry-sdk==2.8.0 # https://github.com/getsentry/sentry-python |
Copilot
AI
Oct 31, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The [django] extra was removed from sentry-sdk. If Django integration is needed, this extra should be retained as sentry-sdk[django]==2.8.0 to ensure Django-specific features and integrations are installed.
| sentry-sdk==2.8.0 # https://github.com/getsentry/sentry-python | |
| sentry-sdk[django]==2.8.0 # https://github.com/getsentry/sentry-python |
| sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability | ||
| urllib3>=2.5.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 |
Copilot
AI
Oct 31, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space after # in comment. Should be # not directly required for consistency with line 44.
| sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability | |
| urllib3>=2.5.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 | |
| sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability | |
| urllib3>=2.5.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 |
Snyk has created this PR to fix 7 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
requirements/production.txtImportant
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:
🦉 Open Redirect