Skip to content

Commit bb8f475

Browse files
authored
Bump dependencies for CVE: ReDoS Vulnerability in Rack::Multipart handle_mime_head (#21)
* bump dependencies for CVE * Missed bundle install
1 parent b09fabf commit bb8f475

File tree

3 files changed

+38
-30
lines changed

3 files changed

+38
-30
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.0.4]
4+
5+
- Resolve CVE-2025-49007
6+
- Update dependencies
7+
38
## [1.0.3]
49

510
- Resolve CVE-2025-27111

Gemfile.lock

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-azure-devops (1.0.3)
4+
omniauth-azure-devops (1.0.4)
55
omniauth (>= 1, < 3)
66
omniauth-oauth2 (~> 1.1)
77

@@ -10,59 +10,60 @@ GEM
1010
specs:
1111
ansi (1.5.0)
1212
ast (2.4.3)
13-
base64 (0.2.0)
14-
bigdecimal (3.1.9)
13+
base64 (0.3.0)
14+
bigdecimal (3.2.2)
1515
coderay (1.1.3)
16-
diff-lcs (1.6.1)
16+
diff-lcs (1.6.2)
1717
docile (1.4.1)
18-
faraday (2.12.2)
18+
faraday (2.13.1)
1919
faraday-net_http (>= 2.0, < 3.5)
2020
json
2121
logger
2222
faraday-net_http (3.4.0)
2323
net-http (>= 0.5.0)
2424
hashie (5.0.0)
25-
json (2.10.2)
25+
json (2.12.2)
2626
jwt (2.10.1)
2727
base64
28-
language_server-protocol (3.17.0.4)
28+
language_server-protocol (3.17.0.5)
2929
lint_roller (1.1.0)
3030
logger (1.7.0)
3131
method_source (1.1.0)
32-
multi_xml (0.7.1)
32+
multi_xml (0.7.2)
3333
bigdecimal (~> 3.1)
3434
net-http (0.6.0)
3535
uri
36-
oauth2 (2.0.9)
37-
faraday (>= 0.17.3, < 3.0)
38-
jwt (>= 1.0, < 3.0)
36+
oauth2 (2.0.12)
37+
faraday (>= 0.17.3, < 4.0)
38+
jwt (>= 1.0, < 4.0)
39+
logger (~> 1.2)
3940
multi_xml (~> 0.5)
4041
rack (>= 1.2, < 4)
41-
snaky_hash (~> 2.0)
42-
version_gem (~> 1.1)
42+
snaky_hash (~> 2.0, >= 2.0.3)
43+
version_gem (>= 1.1.8, < 3)
4344
omniauth (2.1.3)
4445
hashie (>= 3.4.6)
4546
rack (>= 2.2.3)
4647
rack-protection
4748
omniauth-oauth2 (1.8.0)
4849
oauth2 (>= 1.4, < 3)
4950
omniauth (~> 2.0)
50-
parallel (1.26.3)
51-
parser (3.3.7.4)
51+
parallel (1.27.0)
52+
parser (3.3.8.0)
5253
ast (~> 2.4.1)
5354
racc
5455
prism (1.4.0)
5556
pry (0.15.2)
5657
coderay (~> 1.1)
5758
method_source (~> 1.0)
5859
racc (1.8.1)
59-
rack (3.1.12)
60+
rack (3.1.16)
6061
rack-protection (4.1.1)
6162
base64 (>= 0.1.0)
6263
logger (>= 1.6.0)
6364
rack (>= 3.0.0, < 4)
6465
rainbow (3.1.1)
65-
rake (13.2.1)
66+
rake (13.3.0)
6667
regexp_parser (2.10.0)
6768
rspec (3.9.0)
6869
rspec-core (~> 3.9.0)
@@ -77,25 +78,27 @@ GEM
7778
diff-lcs (>= 1.2.0, < 2.0)
7879
rspec-support (~> 3.9.0)
7980
rspec-support (3.9.4)
80-
rubocop (1.75.1)
81+
rubocop (1.76.1)
8182
json (~> 2.3)
8283
language_server-protocol (~> 3.17.0.2)
8384
lint_roller (~> 1.1.0)
8485
parallel (~> 1.10)
8586
parser (>= 3.3.0.2)
8687
rainbow (>= 2.2.2, < 4.0)
8788
regexp_parser (>= 2.9.3, < 3.0)
88-
rubocop-ast (>= 1.43.0, < 2.0)
89+
rubocop-ast (>= 1.45.0, < 2.0)
8990
ruby-progressbar (~> 1.7)
9091
unicode-display_width (>= 2.4.0, < 4.0)
91-
rubocop-ast (1.43.0)
92+
rubocop-ast (1.45.1)
9293
parser (>= 3.3.7.2)
9394
prism (~> 1.4)
94-
rubocop-performance (1.23.1)
95-
rubocop (>= 1.48.1, < 2.0)
96-
rubocop-ast (>= 1.31.1, < 2.0)
97-
rubocop-rspec (3.4.0)
98-
rubocop (~> 1.61)
95+
rubocop-performance (1.25.0)
96+
lint_roller (~> 1.1)
97+
rubocop (>= 1.75.0, < 2.0)
98+
rubocop-ast (>= 1.38.0, < 2.0)
99+
rubocop-rspec (3.6.0)
100+
lint_roller (~> 1.1)
101+
rubocop (~> 1.72, >= 1.72.1)
99102
ruby-progressbar (1.13.0)
100103
simplecov (0.22.0)
101104
docile (~> 1.1)
@@ -107,16 +110,16 @@ GEM
107110
terminal-table
108111
simplecov-html (0.13.1)
109112
simplecov_json_formatter (0.1.4)
110-
snaky_hash (2.0.1)
111-
hashie
112-
version_gem (~> 1.1, >= 1.1.1)
113+
snaky_hash (2.0.3)
114+
hashie (>= 0.1.0, < 6)
115+
version_gem (>= 1.1.8, < 3)
113116
terminal-table (4.0.0)
114117
unicode-display_width (>= 1.1.1, < 4)
115118
unicode-display_width (3.1.4)
116119
unicode-emoji (~> 4.0, >= 4.0.4)
117120
unicode-emoji (4.0.4)
118121
uri (1.0.3)
119-
version_gem (1.1.6)
122+
version_gem (1.1.8)
120123

121124
PLATFORMS
122125
ruby

lib/omni_auth/azure_devops/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module AzureDevops
5-
VERSION = '1.0.3'
5+
VERSION = '1.0.4'
66
end
77
end

0 commit comments

Comments
 (0)