-
Notifications
You must be signed in to change notification settings - Fork 7
[Snyk] Fix for 23 vulnerabilities #506
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -99,4 +99,6 @@ iso639-lang==2.6.3 # https://pypi.org/project/iso639-lang/ | |||||||||
|
|
||||||||||
| # PyCountry | ||||||||||
| # ------------------------------------------------------------------------------ | ||||||||||
| pycountry==24.6.1 # https://pypi.org/project/pycountry/ | ||||||||||
| pycountry==24.6.1 # https://pypi.org/project/pycountry/ | ||||||||||
| 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 | ||||||||||
|
Comment on lines
+103
to
+104
|
||||||||||
| 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 | |
| zipp==3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability |
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.
PR description/metadata says this fix upgrades
django(3.2.25 → 4.2.27), butrequirements/base.txtcurrently pinsdjango==5.2.10and this PR doesn’t change it. Please confirm the Snyk report/PR description matches the actual dependency state so reviewers can validate the intended remediation.