-
Notifications
You must be signed in to change notification settings - Fork 699
Fix vulnerabilities in various package.json and Gemfile files #7167
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
d80b594
c1c7367
56617dd
23c8c93
b58c5e8
a9f26a8
369bfa0
502f0c7
9c6ae55
f154ce3
e7dc9a0
ca131c1
5eecfb0
6a1628b
66235a4
a30f28f
ae9be93
ae41fd7
c266154
a1a5a29
3918f27
26aa724
1f24263
88b1e7e
8387345
5a6cbfb
ed22d04
a86b5d2
80e7102
17fa24c
de3f5cc
24d2051
228f630
bf4aeab
1030d8c
0226586
6f42919
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 |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| -r base.txt | ||
| -r base2.txt | ||
| Django==1.6.1 | ||
| Django==3.2.14 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixture Django version breaks fix testMedium Severity The Reviewed by Cursor Bugbot for commit 6f42919. Configure here. |
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| source "https://rubygems.org" | ||
|
|
||
| gem "rack-cache", "~> 1.1.0" | ||
| gem "rack", "~> 1.6.2" | ||
| gem "rack", "~> 2.0.9", ">= 2.0.9.1" | ||
| gem "rack-protection", "~> 1.5.0" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


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.
Lockfile still pins old uuid
Medium Severity
Root
package.jsonnow requiresuuid^14.0.0, but this commit does not updatepackage-lock.json, which still resolvesuuidto11.1.1. CI flows usingnpm cicontinue installing the older package, so the intended vulnerability bump may not take effect in automated builds.Reviewed by Cursor Bugbot for commit 6f42919. Configure here.