omniauth-azure-devops 1.0.5 → 1.0.7

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: 962da48391ae3908d0555d1e6e3f796d26dd639a87940309572da73c45254208
4
- data.tar.gz: 94dbb94c72e4303dcc550af57e8145d14fbb28f7156b04a981439f1f820e4696
3
+ metadata.gz: 1239bde8d9de8035c9533f3cdd3e3ff955b5774287b3ce27329adb0336bc91f6
4
+ data.tar.gz: d5bf7c6f7d8230f2808eed96e6edd78af9e53b2967ceca471a35d9e5eea74555
5
5
  SHA512:
6
- metadata.gz: c4cf31489761f38768c5f66eddb55e9f90c8ad239ff2b25ebc6e4c409e666f6b88e508252b9762a1dfd175cee95d438c4a1d550ee70ed94a4832f54f99336573
7
- data.tar.gz: 0a8851349d394561e20cf2b95b9b97fde86aea5acd45f1f6e08760b2ac615c6b7365f151059550745b412be4d9d305f2fcb696deb6ae66e426a8fe03e45cc4d6
6
+ metadata.gz: 901b0ab85db481ea49fe4ea1c09a6e3a40d3561e5538eb9839ebde2073df6298c4f976faf0d062febce13e9122f4dbedbc7346acc01d6f6da052b75da942ac96
7
+ data.tar.gz: 1515b59c4747491bd1ed3f85a21943fca468f63c602e250556fa49303233c58137aa85ee80c5ce389f395e41f72770a42a935a1e8a2821a115b3e3cd106bc143
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7]
4
+
5
+ - Fix the `tag-and-release` workflow to create the release tag with the `rewind-community-tagger` GitHub App token (`TAGGER_APP_ID`/`TAGGER_PRIVATE_KEY`) instead of the default `GITHUB_TOKEN`
6
+
7
+ ## [1.0.6]
8
+
9
+ - Resolve CVE-2026-54603 by updating oauth2 to 2.0.25
10
+
3
11
  ## [1.0.5]
4
12
 
5
13
  - Update Ruby version to 3.4.5 to address security vulnerabilities
data/Gemfile.lock CHANGED
@@ -1,15 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-azure-devops (1.0.5)
4
+ omniauth-azure-devops (1.0.7)
5
5
  omniauth (>= 1, < 3)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
+ anonymous_loader (0.1.3)
12
+ version_gem (~> 1.1, >= 1.1.14)
11
13
  ansi (1.5.0)
12
14
  ast (2.4.3)
15
+ auth-sanitizer (0.2.3)
16
+ version_gem (~> 1.1, >= 1.1.14)
13
17
  base64 (0.3.0)
14
18
  bigdecimal (3.2.2)
15
19
  coderay (1.1.3)
@@ -33,14 +37,16 @@ GEM
33
37
  bigdecimal (~> 3.1)
34
38
  net-http (0.6.0)
35
39
  uri
36
- oauth2 (2.0.12)
40
+ oauth2 (2.0.25)
41
+ anonymous_loader (~> 0.1, >= 0.1.3)
42
+ auth-sanitizer (~> 0.2, >= 0.2.3)
37
43
  faraday (>= 0.17.3, < 4.0)
38
44
  jwt (>= 1.0, < 4.0)
39
45
  logger (~> 1.2)
40
46
  multi_xml (~> 0.5)
41
47
  rack (>= 1.2, < 4)
42
- snaky_hash (~> 2.0, >= 2.0.3)
43
- version_gem (>= 1.1.8, < 3)
48
+ snaky_hash (~> 2.0, >= 2.0.7)
49
+ version_gem (~> 1.1, >= 1.1.14)
44
50
  omniauth (2.1.3)
45
51
  hashie (>= 3.4.6)
46
52
  rack (>= 2.2.3)
@@ -110,16 +116,16 @@ GEM
110
116
  terminal-table
111
117
  simplecov-html (0.13.1)
112
118
  simplecov_json_formatter (0.1.4)
113
- snaky_hash (2.0.3)
119
+ snaky_hash (2.0.7)
114
120
  hashie (>= 0.1.0, < 6)
115
- version_gem (>= 1.1.8, < 3)
121
+ version_gem (~> 1.1, >= 1.1.14)
116
122
  terminal-table (4.0.0)
117
123
  unicode-display_width (>= 1.1.1, < 4)
118
124
  unicode-display_width (3.1.4)
119
125
  unicode-emoji (~> 4.0, >= 4.0.4)
120
126
  unicode-emoji (4.0.4)
121
127
  uri (1.0.3)
122
- version_gem (1.1.8)
128
+ version_gem (1.1.15)
123
129
 
124
130
  PLATFORMS
125
131
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module AzureDevops
5
- VERSION = '1.0.5'
5
+ VERSION = '1.0.7'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-azure-devops
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Parth Chandgadhiya