omniauth-miro 1.0.3 → 1.0.5
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/.rubocop.yml +1 -1
- data/CHANGELOG.md +10 -0
- data/Gemfile.lock +67 -61
- data/lib/omni_auth/miro/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52316d8f5caac2282f3ab9ce6a5eaaf3ab09af8ca14fcdc83997878f066ec913
|
4
|
+
data.tar.gz: d34eca805f948697c115aed2409502a72e4956aa7fff563bd0c26f17371557a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66108c3e16f3cf6acf985cc0da8c04477e9f593a7121e4be34b1e0bec95f42c2f350e7b1c1c48afe6590d06c5b4ac9ed8695428b2335aa3c11622d8c96965495
|
7
|
+
data.tar.gz: 32fab7a1c025f4494209e5087492af5810dcdf06128de878e990c787553c8799813ff8c9ff8f92010230085a364284254c2e68ee4ecd23cb1c49c6f0ca450dd2
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.0.5]
|
4
|
+
|
5
|
+
- Address CVE-2025-49007
|
6
|
+
- Update dependencies
|
7
|
+
|
8
|
+
## [1.0.4]
|
9
|
+
|
10
|
+
- Address CVE-2025-27221 by updating uri to 1.0.3
|
11
|
+
- Update other dependencies to their respective latest minor versions
|
12
|
+
|
3
13
|
## [1.0.3]
|
4
14
|
|
5
15
|
- Remove overwritten callback_phase method that skipped refresh_token existence check
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
omniauth-miro (1.0.
|
4
|
+
omniauth-miro (1.0.5)
|
5
5
|
omniauth (>= 1, < 3)
|
6
6
|
omniauth-oauth2 (~> 1.1)
|
7
7
|
|
@@ -9,54 +9,62 @@ GEM
|
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
11
|
ansi (1.5.0)
|
12
|
-
ast (2.4.
|
13
|
-
base64 (0.
|
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.
|
16
|
-
docile (1.4.
|
17
|
-
faraday (2.
|
18
|
-
faraday-net_http (>= 2.0, < 3.
|
19
|
-
|
20
|
-
|
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)
|
21
24
|
hashie (5.0.0)
|
22
|
-
json (2.
|
23
|
-
jwt (2.
|
25
|
+
json (2.12.2)
|
26
|
+
jwt (2.10.1)
|
24
27
|
base64
|
25
|
-
language_server-protocol (3.17.0.
|
26
|
-
|
27
|
-
|
28
|
-
|
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)
|
29
35
|
uri
|
30
|
-
oauth2 (2.0.
|
31
|
-
faraday (>= 0.17.3, <
|
32
|
-
jwt (>= 1.0, <
|
36
|
+
oauth2 (2.0.12)
|
37
|
+
faraday (>= 0.17.3, < 4.0)
|
38
|
+
jwt (>= 1.0, < 4.0)
|
39
|
+
logger (~> 1.2)
|
33
40
|
multi_xml (~> 0.5)
|
34
41
|
rack (>= 1.2, < 4)
|
35
|
-
snaky_hash (~> 2.0)
|
36
|
-
version_gem (
|
37
|
-
omniauth (2.1.
|
42
|
+
snaky_hash (~> 2.0, >= 2.0.3)
|
43
|
+
version_gem (>= 1.1.8, < 3)
|
44
|
+
omniauth (2.1.3)
|
38
45
|
hashie (>= 3.4.6)
|
39
46
|
rack (>= 2.2.3)
|
40
47
|
rack-protection
|
41
48
|
omniauth-oauth2 (1.8.0)
|
42
49
|
oauth2 (>= 1.4, < 3)
|
43
50
|
omniauth (~> 2.0)
|
44
|
-
parallel (1.
|
45
|
-
parser (3.
|
51
|
+
parallel (1.27.0)
|
52
|
+
parser (3.3.8.0)
|
46
53
|
ast (~> 2.4.1)
|
47
54
|
racc
|
48
|
-
|
55
|
+
prism (1.4.0)
|
56
|
+
pry (0.15.2)
|
49
57
|
coderay (~> 1.1)
|
50
58
|
method_source (~> 1.0)
|
51
|
-
racc (1.
|
52
|
-
rack (3.
|
53
|
-
rack-protection (4.
|
59
|
+
racc (1.8.1)
|
60
|
+
rack (3.1.16)
|
61
|
+
rack-protection (4.1.1)
|
54
62
|
base64 (>= 0.1.0)
|
63
|
+
logger (>= 1.6.0)
|
55
64
|
rack (>= 3.0.0, < 4)
|
56
65
|
rainbow (3.1.1)
|
57
|
-
rake (13.0
|
58
|
-
regexp_parser (2.
|
59
|
-
rexml (3.2.6)
|
66
|
+
rake (13.3.0)
|
67
|
+
regexp_parser (2.10.0)
|
60
68
|
rspec (3.9.0)
|
61
69
|
rspec-core (~> 3.9.0)
|
62
70
|
rspec-expectations (~> 3.9.0)
|
@@ -70,50 +78,48 @@ GEM
|
|
70
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
71
79
|
rspec-support (~> 3.9.0)
|
72
80
|
rspec-support (3.9.4)
|
73
|
-
rubocop (1.
|
74
|
-
base64 (~> 0.1.1)
|
81
|
+
rubocop (1.76.1)
|
75
82
|
json (~> 2.3)
|
76
|
-
language_server-protocol (
|
83
|
+
language_server-protocol (~> 3.17.0.2)
|
84
|
+
lint_roller (~> 1.1.0)
|
77
85
|
parallel (~> 1.10)
|
78
|
-
parser (>= 3.
|
86
|
+
parser (>= 3.3.0.2)
|
79
87
|
rainbow (>= 2.2.2, < 4.0)
|
80
|
-
regexp_parser (>=
|
81
|
-
|
82
|
-
rubocop-ast (>= 1.28.1, < 2.0)
|
88
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
89
|
+
rubocop-ast (>= 1.45.0, < 2.0)
|
83
90
|
ruby-progressbar (~> 1.7)
|
84
|
-
unicode-display_width (>= 2.4.0, <
|
85
|
-
rubocop-ast (1.
|
86
|
-
parser (>= 3.
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
rubocop (
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
rubocop (~> 1.33)
|
96
|
-
rubocop-capybara (~> 2.17)
|
97
|
-
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)
|
98
102
|
ruby-progressbar (1.13.0)
|
99
103
|
simplecov (0.22.0)
|
100
104
|
docile (~> 1.1)
|
101
105
|
simplecov-html (~> 0.11)
|
102
106
|
simplecov_json_formatter (~> 0.1)
|
103
|
-
simplecov-console (0.9.
|
107
|
+
simplecov-console (0.9.3)
|
104
108
|
ansi
|
105
109
|
simplecov
|
106
110
|
terminal-table
|
107
|
-
simplecov-html (0.
|
111
|
+
simplecov-html (0.13.1)
|
108
112
|
simplecov_json_formatter (0.1.4)
|
109
|
-
snaky_hash (2.0.
|
110
|
-
hashie
|
111
|
-
version_gem (
|
112
|
-
terminal-table (
|
113
|
-
unicode-display_width (>= 1.1.1, <
|
114
|
-
unicode-display_width (
|
115
|
-
|
116
|
-
|
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)
|
117
123
|
|
118
124
|
PLATFORMS
|
119
125
|
ruby
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-miro
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rewind Software Inc. | Calvin Chen
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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-miro
|
78
78
|
homepage_uri: https://github.com/rewindio/omniauth-miro
|
79
79
|
source_code_uri: https://github.com/rewindio/omniauth-miro
|
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: A Miro OAuth strategy for OmniAuth 2.0
|
99
99
|
test_files: []
|