omniauth-azure-devops 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5bdd41191aebe0a6c836d4d7d53291b12f0767322edb511689c23bf5d1764d3
4
- data.tar.gz: 0ba26ae4833adc73282560574524d293e918703e5870d277b30b105e7677fa1c
3
+ metadata.gz: 1bea8e0b136b1a5b3dd280f71ae0d7ce1ccf474539922e2df3a761cf3ec6b0af
4
+ data.tar.gz: b87ed3355da7c5d4024c4cb78bcdc40c6362239f01b035779506d27f37361a3d
5
5
  SHA512:
6
- metadata.gz: 2264da0c0e3160e9ba26c2b5e48e4beff26c809d731f2d3e6118ff2f3e55f972f1c3c9978785ddd170c1827ddc0bacedbdb32046403f3bfb3899f02257566262
7
- data.tar.gz: 07201307f17c660983273fcbb0487562950467d54816929318b9f3e3be6206f14ac7b356cb43bb491fc8849e4bddf0437a731818341f49671facb4919bb5302e
6
+ metadata.gz: d4131bc9e63d0ed2f8df20aab59dda124fdae4a08bcc370376376f4a826f7687a85b34c6078ed44ee1b76e866c40c681f9b695f16d85f08b78081c402a6cd060
7
+ data.tar.gz: a17d9912e7d26d3d961926df834b45a8f396d0707107eb26be79e1751444566beaadc333afb58ac3110c815b9364844fb0376b1a5b2767ee0f8838de97f5db19
data/.rubocop.yml CHANGED
@@ -77,7 +77,7 @@ RSpec/NestedGroups:
77
77
  Max: 5
78
78
  RSpec/VerifiedDoubleReference:
79
79
  Enabled: false
80
- RSpec/FilePath:
80
+ RSpec/SpecFilePathSuffix:
81
81
  Exclude:
82
82
  - spec/omni_auth/azure_devops/version_spec.rb
83
83
  RSpec/SpecFilePathFormat:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.3]
4
+
5
+ - Resolve CVE-2025-27111
6
+ - Update dependencies
7
+
3
8
  ## [1.0.2]
4
9
 
5
10
  - Update Gem Metadata
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-azure-devops (1.0.2)
4
+ omniauth-azure-devops (1.0.3)
5
5
  omniauth (>= 1, < 3)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
@@ -9,22 +9,30 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ansi (1.5.0)
12
- ast (2.4.2)
13
- base64 (0.1.1)
12
+ ast (2.4.3)
13
+ base64 (0.2.0)
14
+ bigdecimal (3.1.9)
14
15
  coderay (1.1.3)
15
- diff-lcs (1.5.0)
16
- docile (1.4.0)
17
- faraday (2.7.11)
18
- base64
19
- faraday-net_http (>= 2.0, < 3.1)
20
- ruby2_keywords (>= 0.0.4)
21
- faraday-net_http (3.0.2)
16
+ diff-lcs (1.6.1)
17
+ docile (1.4.1)
18
+ faraday (2.12.2)
19
+ faraday-net_http (>= 2.0, < 3.5)
20
+ json
21
+ logger
22
+ faraday-net_http (3.4.0)
23
+ net-http (>= 0.5.0)
22
24
  hashie (5.0.0)
23
- json (2.6.3)
24
- jwt (2.7.1)
25
- language_server-protocol (3.17.0.3)
26
- method_source (1.0.0)
27
- multi_xml (0.6.0)
25
+ json (2.10.2)
26
+ jwt (2.10.1)
27
+ base64
28
+ language_server-protocol (3.17.0.4)
29
+ lint_roller (1.1.0)
30
+ logger (1.7.0)
31
+ method_source (1.1.0)
32
+ multi_xml (0.7.1)
33
+ bigdecimal (~> 3.1)
34
+ net-http (0.6.0)
35
+ uri
28
36
  oauth2 (2.0.9)
29
37
  faraday (>= 0.17.3, < 3.0)
30
38
  jwt (>= 1.0, < 3.0)
@@ -32,28 +40,30 @@ GEM
32
40
  rack (>= 1.2, < 4)
33
41
  snaky_hash (~> 2.0)
34
42
  version_gem (~> 1.1)
35
- omniauth (2.1.1)
43
+ omniauth (2.1.3)
36
44
  hashie (>= 3.4.6)
37
45
  rack (>= 2.2.3)
38
46
  rack-protection
39
47
  omniauth-oauth2 (1.8.0)
40
48
  oauth2 (>= 1.4, < 3)
41
49
  omniauth (~> 2.0)
42
- parallel (1.23.0)
43
- parser (3.2.2.3)
50
+ parallel (1.26.3)
51
+ parser (3.3.7.4)
44
52
  ast (~> 2.4.1)
45
53
  racc
46
- pry (0.14.2)
54
+ prism (1.4.0)
55
+ pry (0.15.2)
47
56
  coderay (~> 1.1)
48
57
  method_source (~> 1.0)
49
- racc (1.7.1)
50
- rack (2.2.8)
51
- rack-protection (3.1.0)
52
- rack (~> 2.2, >= 2.2.4)
58
+ racc (1.8.1)
59
+ rack (3.1.12)
60
+ rack-protection (4.1.1)
61
+ base64 (>= 0.1.0)
62
+ logger (>= 1.6.0)
63
+ rack (>= 3.0.0, < 4)
53
64
  rainbow (3.1.1)
54
- rake (13.0.6)
55
- regexp_parser (2.8.1)
56
- rexml (3.2.6)
65
+ rake (13.2.1)
66
+ regexp_parser (2.10.0)
57
67
  rspec (3.9.0)
58
68
  rspec-core (~> 3.9.0)
59
69
  rspec-expectations (~> 3.9.0)
@@ -67,50 +77,46 @@ GEM
67
77
  diff-lcs (>= 1.2.0, < 2.0)
68
78
  rspec-support (~> 3.9.0)
69
79
  rspec-support (3.9.4)
70
- rubocop (1.56.3)
71
- base64 (~> 0.1.1)
80
+ rubocop (1.75.1)
72
81
  json (~> 2.3)
73
- language_server-protocol (>= 3.17.0)
82
+ language_server-protocol (~> 3.17.0.2)
83
+ lint_roller (~> 1.1.0)
74
84
  parallel (~> 1.10)
75
- parser (>= 3.2.2.3)
85
+ parser (>= 3.3.0.2)
76
86
  rainbow (>= 2.2.2, < 4.0)
77
- regexp_parser (>= 1.8, < 3.0)
78
- rexml (>= 3.2.5, < 4.0)
79
- rubocop-ast (>= 1.28.1, < 2.0)
87
+ regexp_parser (>= 2.9.3, < 3.0)
88
+ rubocop-ast (>= 1.43.0, < 2.0)
80
89
  ruby-progressbar (~> 1.7)
81
- unicode-display_width (>= 2.4.0, < 3.0)
82
- rubocop-ast (1.29.0)
83
- parser (>= 3.2.1.0)
84
- rubocop-capybara (2.19.0)
85
- rubocop (~> 1.41)
86
- rubocop-factory_bot (2.24.0)
87
- rubocop (~> 1.33)
88
- rubocop-performance (1.19.1)
89
- rubocop (>= 1.7.0, < 2.0)
90
- rubocop-ast (>= 0.4.0)
91
- rubocop-rspec (2.24.1)
92
- rubocop (~> 1.33)
93
- rubocop-capybara (~> 2.17)
94
- rubocop-factory_bot (~> 2.22)
90
+ unicode-display_width (>= 2.4.0, < 4.0)
91
+ rubocop-ast (1.43.0)
92
+ parser (>= 3.3.7.2)
93
+ 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
99
  ruby-progressbar (1.13.0)
96
- ruby2_keywords (0.0.5)
97
100
  simplecov (0.22.0)
98
101
  docile (~> 1.1)
99
102
  simplecov-html (~> 0.11)
100
103
  simplecov_json_formatter (~> 0.1)
101
- simplecov-console (0.9.1)
104
+ simplecov-console (0.9.3)
102
105
  ansi
103
106
  simplecov
104
107
  terminal-table
105
- simplecov-html (0.12.3)
108
+ simplecov-html (0.13.1)
106
109
  simplecov_json_formatter (0.1.4)
107
110
  snaky_hash (2.0.1)
108
111
  hashie
109
112
  version_gem (~> 1.1, >= 1.1.1)
110
- terminal-table (3.0.2)
111
- unicode-display_width (>= 1.1.1, < 3)
112
- unicode-display_width (2.4.2)
113
- version_gem (1.1.3)
113
+ terminal-table (4.0.0)
114
+ unicode-display_width (>= 1.1.1, < 4)
115
+ unicode-display_width (3.1.4)
116
+ unicode-emoji (~> 4.0, >= 4.0.4)
117
+ unicode-emoji (4.0.4)
118
+ uri (1.0.3)
119
+ version_gem (1.1.6)
114
120
 
115
121
  PLATFORMS
116
122
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module AzureDevops
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-azure-devops
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Parth Chandgadhiya
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-26 00:00:00.000000000 Z
11
+ date: 2025-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -77,7 +77,7 @@ metadata:
77
77
  documentation_uri: https://github.com/rewindio/omniauth-azure-devops
78
78
  homepage_uri: https://github.com/rewindio/omniauth-azure-devops
79
79
  source_code_uri: https://github.com/rewindio/omniauth-azure-devops
80
- post_install_message:
80
+ post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths:
83
83
  - lib
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  requirements: []
95
95
  rubygems_version: 3.4.10
96
- signing_key:
96
+ signing_key:
97
97
  specification_version: 4
98
98
  summary: An Azure Devops OAuth strategy for OmniAuth 2.0
99
99
  test_files: []