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 +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +13 -7
- data/lib/omni_auth/azure_devops/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1239bde8d9de8035c9533f3cdd3e3ff955b5774287b3ce27329adb0336bc91f6
|
|
4
|
+
data.tar.gz: d5bf7c6f7d8230f2808eed96e6edd78af9e53b2967ceca471a35d9e5eea74555
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
43
|
-
version_gem (
|
|
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.
|
|
119
|
+
snaky_hash (2.0.7)
|
|
114
120
|
hashie (>= 0.1.0, < 6)
|
|
115
|
-
version_gem (
|
|
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.
|
|
128
|
+
version_gem (1.1.15)
|
|
123
129
|
|
|
124
130
|
PLATFORMS
|
|
125
131
|
ruby
|