omniauth-azure-devops 1.0.2 → 1.0.4

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: 4a34cde5ae623ebfdbf06dd1e7bb0f6b3fc6f48f4607203604ff8ef4b118faea
4
+ data.tar.gz: 8b6f1a6aa598dfdebccf14d0c8ed1aea9e21c79560e8c4f2e2ae9b344fd71c67
5
5
  SHA512:
6
- metadata.gz: 2264da0c0e3160e9ba26c2b5e48e4beff26c809d731f2d3e6118ff2f3e55f972f1c3c9978785ddd170c1827ddc0bacedbdb32046403f3bfb3899f02257566262
7
- data.tar.gz: 07201307f17c660983273fcbb0487562950467d54816929318b9f3e3be6206f14ac7b356cb43bb491fc8849e4bddf0437a731818341f49671facb4919bb5302e
6
+ metadata.gz: 2f80ef7ddd5c9095472cf41c20d7a91068dd05c3ea119ede635af38ff6f080b3ac2d3a781a708124a4ea432a32531f893cca413cb8d45245b708d0bdb98e1cd2
7
+ data.tar.gz: '095ef0986239cde52ff52a32d1a172c5af9c0ce92614735bf6ae8a399b0b9d67f4b4861c18304ba30f70737b5ff8ead5326756b0b3c4386bf3e04979b9f5d6e0'
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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.4]
4
+
5
+ - Resolve CVE-2025-49007
6
+ - Update dependencies
7
+
8
+ ## [1.0.3]
9
+
10
+ - Resolve CVE-2025-27111
11
+ - Update dependencies
12
+
3
13
  ## [1.0.2]
4
14
 
5
15
  - 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.4)
5
5
  omniauth (>= 1, < 3)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
@@ -9,51 +9,62 @@ 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.3.0)
14
+ bigdecimal (3.2.2)
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.2)
17
+ docile (1.4.1)
18
+ faraday (2.13.1)
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)
28
- oauth2 (2.0.9)
29
- faraday (>= 0.17.3, < 3.0)
30
- jwt (>= 1.0, < 3.0)
25
+ json (2.12.2)
26
+ jwt (2.10.1)
27
+ base64
28
+ language_server-protocol (3.17.0.5)
29
+ lint_roller (1.1.0)
30
+ logger (1.7.0)
31
+ method_source (1.1.0)
32
+ multi_xml (0.7.2)
33
+ bigdecimal (~> 3.1)
34
+ net-http (0.6.0)
35
+ uri
36
+ oauth2 (2.0.12)
37
+ faraday (>= 0.17.3, < 4.0)
38
+ jwt (>= 1.0, < 4.0)
39
+ logger (~> 1.2)
31
40
  multi_xml (~> 0.5)
32
41
  rack (>= 1.2, < 4)
33
- snaky_hash (~> 2.0)
34
- version_gem (~> 1.1)
35
- omniauth (2.1.1)
42
+ snaky_hash (~> 2.0, >= 2.0.3)
43
+ version_gem (>= 1.1.8, < 3)
44
+ omniauth (2.1.3)
36
45
  hashie (>= 3.4.6)
37
46
  rack (>= 2.2.3)
38
47
  rack-protection
39
48
  omniauth-oauth2 (1.8.0)
40
49
  oauth2 (>= 1.4, < 3)
41
50
  omniauth (~> 2.0)
42
- parallel (1.23.0)
43
- parser (3.2.2.3)
51
+ parallel (1.27.0)
52
+ parser (3.3.8.0)
44
53
  ast (~> 2.4.1)
45
54
  racc
46
- pry (0.14.2)
55
+ prism (1.4.0)
56
+ pry (0.15.2)
47
57
  coderay (~> 1.1)
48
58
  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)
59
+ racc (1.8.1)
60
+ rack (3.1.16)
61
+ rack-protection (4.1.1)
62
+ base64 (>= 0.1.0)
63
+ logger (>= 1.6.0)
64
+ rack (>= 3.0.0, < 4)
53
65
  rainbow (3.1.1)
54
- rake (13.0.6)
55
- regexp_parser (2.8.1)
56
- rexml (3.2.6)
66
+ rake (13.3.0)
67
+ regexp_parser (2.10.0)
57
68
  rspec (3.9.0)
58
69
  rspec-core (~> 3.9.0)
59
70
  rspec-expectations (~> 3.9.0)
@@ -67,50 +78,48 @@ GEM
67
78
  diff-lcs (>= 1.2.0, < 2.0)
68
79
  rspec-support (~> 3.9.0)
69
80
  rspec-support (3.9.4)
70
- rubocop (1.56.3)
71
- base64 (~> 0.1.1)
81
+ rubocop (1.76.1)
72
82
  json (~> 2.3)
73
- language_server-protocol (>= 3.17.0)
83
+ language_server-protocol (~> 3.17.0.2)
84
+ lint_roller (~> 1.1.0)
74
85
  parallel (~> 1.10)
75
- parser (>= 3.2.2.3)
86
+ parser (>= 3.3.0.2)
76
87
  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)
88
+ regexp_parser (>= 2.9.3, < 3.0)
89
+ rubocop-ast (>= 1.45.0, < 2.0)
80
90
  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)
91
+ unicode-display_width (>= 2.4.0, < 4.0)
92
+ rubocop-ast (1.45.1)
93
+ parser (>= 3.3.7.2)
94
+ prism (~> 1.4)
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)
95
102
  ruby-progressbar (1.13.0)
96
- ruby2_keywords (0.0.5)
97
103
  simplecov (0.22.0)
98
104
  docile (~> 1.1)
99
105
  simplecov-html (~> 0.11)
100
106
  simplecov_json_formatter (~> 0.1)
101
- simplecov-console (0.9.1)
107
+ simplecov-console (0.9.3)
102
108
  ansi
103
109
  simplecov
104
110
  terminal-table
105
- simplecov-html (0.12.3)
111
+ simplecov-html (0.13.1)
106
112
  simplecov_json_formatter (0.1.4)
107
- snaky_hash (2.0.1)
108
- hashie
109
- 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
+ snaky_hash (2.0.3)
114
+ hashie (>= 0.1.0, < 6)
115
+ version_gem (>= 1.1.8, < 3)
116
+ terminal-table (4.0.0)
117
+ unicode-display_width (>= 1.1.1, < 4)
118
+ unicode-display_width (3.1.4)
119
+ unicode-emoji (~> 4.0, >= 4.0.4)
120
+ unicode-emoji (4.0.4)
121
+ uri (1.0.3)
122
+ version_gem (1.1.8)
114
123
 
115
124
  PLATFORMS
116
125
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module AzureDevops
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.4'
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.4
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-06-10 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: []