udap_security_test_kit 0.12.1 → 0.12.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6594bad24d9adf1a208b1cbcce331581a70d43fdb6534ab2d4a9826df4bafa2
|
|
4
|
+
data.tar.gz: d7de11af92b94494854c6b25ab09dc636bdc21721f622d0c0b90e3c942c5c587
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74a532fdef14daa2a5e1869b21ea02c2b11e06d5a23026082a24543a8666d620044b1851e7d2ddd4b1f04940ae59a569e5afcd8d30315af04ba7d8f8e9ad6599
|
|
7
|
+
data.tar.gz: 31ec1cb816cfded612df9551119f9b680b71ec625554eb4cb5f411ef0ca8847d7b571058456686d3943ce6aafe333ee1843c502b457c9f429d64ae688ba97388
|
|
@@ -94,7 +94,8 @@ module UDAPSecurityTestKit
|
|
|
94
94
|
return unless decoded_token.present?
|
|
95
95
|
|
|
96
96
|
# header checked with signature
|
|
97
|
-
check_jwt_payload(oauth_flow, decoded_token.
|
|
97
|
+
check_jwt_payload(oauth_flow, decoded_token.unverified_payload, request_num, jti_list, registered_client_id,
|
|
98
|
+
request_time)
|
|
98
99
|
check_jwt_signature(decoded_token, registration_token, request_num)
|
|
99
100
|
end
|
|
100
101
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: udap_security_test_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen MacVicar
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2026-05-
|
|
12
|
+
date: 2026-05-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: inferno_core
|
|
@@ -37,14 +37,14 @@ dependencies:
|
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '2
|
|
40
|
+
version: '3.2'
|
|
41
41
|
type: :runtime
|
|
42
42
|
prerelease: false
|
|
43
43
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '2
|
|
47
|
+
version: '3.2'
|
|
48
48
|
description: UDAP Security IG Test Kit
|
|
49
49
|
email:
|
|
50
50
|
- inferno@groups.mitre.org
|