Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a37f88

Browse files
author
shan shaji
committedMar 20, 2024·
@babel/traverse Incomplete List of Disallowed Inputs CVE-2022-30123
1 parent 1cec840 commit 7a37f88

File tree

4 files changed

+231
-86
lines changed

4 files changed

+231
-86
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem "rails"
5+
gem "rails", ">= 6.1.7.7"
66
gem "rake", ">= 11.1"
77
gem "rack-proxy", require: false
88
gem "semantic_range", require: false

‎Gemfile.lock

+87-72
Original file line numberDiff line numberDiff line change
@@ -10,60 +10,60 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (6.1.3.2)
14-
actionpack (= 6.1.3.2)
15-
activesupport (= 6.1.3.2)
13+
actioncable (6.1.7.7)
14+
actionpack (= 6.1.7.7)
15+
activesupport (= 6.1.7.7)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.1.3.2)
19-
actionpack (= 6.1.3.2)
20-
activejob (= 6.1.3.2)
21-
activerecord (= 6.1.3.2)
22-
activestorage (= 6.1.3.2)
23-
activesupport (= 6.1.3.2)
18+
actionmailbox (6.1.7.7)
19+
actionpack (= 6.1.7.7)
20+
activejob (= 6.1.7.7)
21+
activerecord (= 6.1.7.7)
22+
activestorage (= 6.1.7.7)
23+
activesupport (= 6.1.7.7)
2424
mail (>= 2.7.1)
25-
actionmailer (6.1.3.2)
26-
actionpack (= 6.1.3.2)
27-
actionview (= 6.1.3.2)
28-
activejob (= 6.1.3.2)
29-
activesupport (= 6.1.3.2)
25+
actionmailer (6.1.7.7)
26+
actionpack (= 6.1.7.7)
27+
actionview (= 6.1.7.7)
28+
activejob (= 6.1.7.7)
29+
activesupport (= 6.1.7.7)
3030
mail (~> 2.5, >= 2.5.4)
3131
rails-dom-testing (~> 2.0)
32-
actionpack (6.1.3.2)
33-
actionview (= 6.1.3.2)
34-
activesupport (= 6.1.3.2)
32+
actionpack (6.1.7.7)
33+
actionview (= 6.1.7.7)
34+
activesupport (= 6.1.7.7)
3535
rack (~> 2.0, >= 2.0.9)
3636
rack-test (>= 0.6.3)
3737
rails-dom-testing (~> 2.0)
3838
rails-html-sanitizer (~> 1.0, >= 1.2.0)
39-
actiontext (6.1.3.2)
40-
actionpack (= 6.1.3.2)
41-
activerecord (= 6.1.3.2)
42-
activestorage (= 6.1.3.2)
43-
activesupport (= 6.1.3.2)
39+
actiontext (6.1.7.7)
40+
actionpack (= 6.1.7.7)
41+
activerecord (= 6.1.7.7)
42+
activestorage (= 6.1.7.7)
43+
activesupport (= 6.1.7.7)
4444
nokogiri (>= 1.8.5)
45-
actionview (6.1.3.2)
46-
activesupport (= 6.1.3.2)
45+
actionview (6.1.7.7)
46+
activesupport (= 6.1.7.7)
4747
builder (~> 3.1)
4848
erubi (~> 1.4)
4949
rails-dom-testing (~> 2.0)
5050
rails-html-sanitizer (~> 1.1, >= 1.2.0)
51-
activejob (6.1.3.2)
52-
activesupport (= 6.1.3.2)
51+
activejob (6.1.7.7)
52+
activesupport (= 6.1.7.7)
5353
globalid (>= 0.3.6)
54-
activemodel (6.1.3.2)
55-
activesupport (= 6.1.3.2)
56-
activerecord (6.1.3.2)
57-
activemodel (= 6.1.3.2)
58-
activesupport (= 6.1.3.2)
59-
activestorage (6.1.3.2)
60-
actionpack (= 6.1.3.2)
61-
activejob (= 6.1.3.2)
62-
activerecord (= 6.1.3.2)
63-
activesupport (= 6.1.3.2)
64-
marcel (~> 1.0.0)
65-
mini_mime (~> 1.0.2)
66-
activesupport (6.1.3.2)
54+
activemodel (6.1.7.7)
55+
activesupport (= 6.1.7.7)
56+
activerecord (6.1.7.7)
57+
activemodel (= 6.1.7.7)
58+
activesupport (= 6.1.7.7)
59+
activestorage (6.1.7.7)
60+
actionpack (= 6.1.7.7)
61+
activejob (= 6.1.7.7)
62+
activerecord (= 6.1.7.7)
63+
activesupport (= 6.1.7.7)
64+
marcel (~> 1.0)
65+
mini_mime (>= 1.1.0)
66+
activesupport (6.1.7.7)
6767
concurrent-ruby (~> 1.0, >= 1.0.2)
6868
i18n (>= 1.6, < 2)
6969
minitest (>= 5.1)
@@ -74,59 +74,73 @@ GEM
7474
byebug (11.1.3)
7575
concurrent-ruby (1.1.8)
7676
crass (1.0.6)
77+
date (3.3.4)
7778
erubi (1.10.0)
78-
globalid (0.4.2)
79-
activesupport (>= 4.2.0)
79+
globalid (1.2.1)
80+
activesupport (>= 6.1)
8081
i18n (1.8.10)
8182
concurrent-ruby (~> 1.0)
8283
loofah (2.9.1)
8384
crass (~> 1.0.2)
8485
nokogiri (>= 1.5.9)
85-
mail (2.7.1)
86+
mail (2.8.1)
8687
mini_mime (>= 0.1.1)
87-
marcel (1.0.1)
88+
net-imap
89+
net-pop
90+
net-smtp
91+
marcel (1.0.4)
8892
method_source (1.0.0)
89-
mini_mime (1.0.3)
93+
mini_mime (1.1.5)
9094
mini_portile2 (2.5.1)
9195
minitest (5.14.4)
92-
nio4r (2.5.7)
96+
net-imap (0.3.7)
97+
date
98+
net-protocol
99+
net-pop (0.1.2)
100+
net-protocol
101+
net-protocol (0.2.2)
102+
timeout
103+
net-smtp (0.4.0.1)
104+
net-protocol
105+
nio4r (2.7.0)
93106
nokogiri (1.11.4)
94107
mini_portile2 (~> 2.5.0)
95108
racc (~> 1.4)
96109
parallel (1.20.1)
97110
parser (3.0.1.1)
98111
ast (~> 2.4.1)
99112
racc (1.5.2)
100-
rack (2.2.3)
113+
rack (2.2.3.1)
101114
rack-proxy (0.6.5)
102115
rack
103116
rack-test (1.1.0)
104117
rack (>= 1.0, < 3)
105-
rails (6.1.3.2)
106-
actioncable (= 6.1.3.2)
107-
actionmailbox (= 6.1.3.2)
108-
actionmailer (= 6.1.3.2)
109-
actionpack (= 6.1.3.2)
110-
actiontext (= 6.1.3.2)
111-
actionview (= 6.1.3.2)
112-
activejob (= 6.1.3.2)
113-
activemodel (= 6.1.3.2)
114-
activerecord (= 6.1.3.2)
115-
activestorage (= 6.1.3.2)
116-
activesupport (= 6.1.3.2)
118+
rails (6.1.7.7)
119+
actioncable (= 6.1.7.7)
120+
actionmailbox (= 6.1.7.7)
121+
actionmailer (= 6.1.7.7)
122+
actionpack (= 6.1.7.7)
123+
actiontext (= 6.1.7.7)
124+
actionview (= 6.1.7.7)
125+
activejob (= 6.1.7.7)
126+
activemodel (= 6.1.7.7)
127+
activerecord (= 6.1.7.7)
128+
activestorage (= 6.1.7.7)
129+
activesupport (= 6.1.7.7)
117130
bundler (>= 1.15.0)
118-
railties (= 6.1.3.2)
131+
railties (= 6.1.7.7)
119132
sprockets-rails (>= 2.0.0)
120-
rails-dom-testing (2.0.3)
121-
activesupport (>= 4.2.0)
133+
rails-dom-testing (2.2.0)
134+
activesupport (>= 5.0.0)
135+
minitest
122136
nokogiri (>= 1.6)
123137
rails-html-sanitizer (1.3.0)
124138
loofah (~> 2.3)
125-
railties (6.1.3.2)
126-
actionpack (= 6.1.3.2)
127-
activesupport (= 6.1.3.2)
139+
railties (6.1.7.7)
140+
actionpack (= 6.1.7.7)
141+
activesupport (= 6.1.7.7)
128142
method_source
129-
rake (>= 0.8.7)
143+
rake (>= 12.2)
130144
thor (~> 1.0)
131145
rainbow (3.0.0)
132146
rake (13.0.3)
@@ -148,18 +162,19 @@ GEM
148162
rubocop-ast (>= 0.4.0)
149163
ruby-progressbar (1.11.0)
150164
semantic_range (3.0.0)
151-
sprockets (4.0.2)
165+
sprockets (4.1.1)
152166
concurrent-ruby (~> 1.0)
153167
rack (> 1, < 3)
154-
sprockets-rails (3.2.2)
155-
actionpack (>= 4.0)
156-
activesupport (>= 4.0)
168+
sprockets-rails (3.4.2)
169+
actionpack (>= 5.2)
170+
activesupport (>= 5.2)
157171
sprockets (>= 3.0.0)
158172
thor (1.1.0)
173+
timeout (0.4.1)
159174
tzinfo (2.0.4)
160175
concurrent-ruby (~> 1.0)
161176
unicode-display_width (1.7.0)
162-
websocket-driver (0.7.3)
177+
websocket-driver (0.7.6)
163178
websocket-extensions (>= 0.1.0)
164179
websocket-extensions (0.1.5)
165180
zeitwerk (2.4.2)
@@ -172,12 +187,12 @@ DEPENDENCIES
172187
byebug
173188
minitest (~> 5.0)
174189
rack-proxy
175-
rails
190+
rails (>= 6.1.7.7)
176191
rake (>= 11.1)
177192
rubocop (= 0.93.1)
178193
rubocop-performance
179194
semantic_range
180195
webpacker!
181196

182197
BUNDLED WITH
183-
2.2.3
198+
2.3.23

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"eslint-plugin-react": "^7.24.0",
6060
"jest": "^27.0.6"
6161
},
62+
"resolutions": {
63+
"@babel/traverse": "^7.23.2"
64+
},
6265
"jest": {
6366
"testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$",
6467
"roots": [

0 commit comments

Comments
 (0)
Please sign in to comment.