saml2 2.2.1 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/saml2/version.rb +1 -1
- metadata +33 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 687990acd75a2e730688d419f75bccd0669558c0d78ea8ca6d87972fa224bf0c
|
4
|
+
data.tar.gz: 92be713519d789f949283bbbc8bae83657fb2adec3003f9b429a2799633ff8e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20fccb0e981ea071a03db8e5d85fdfdb5d02aa83fe03981da1a158fcb844ca38d9faff6d674f4565e479fad56dfede6118e627fbd8e10706f4e09af045d1da16
|
7
|
+
data.tar.gz: 58a6c4626c280b455aaaf8fb9a8e5991f4af25648c14980af91b6ea7cfc30cb852fef40cbf1c68578eec498d379501125e1811411de582429e2756350703b42e
|
data/lib/saml2/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: saml2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cody Cutrer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
version: '3.2'
|
60
60
|
- - "<"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: '5.
|
62
|
+
version: '5.3'
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -69,7 +69,7 @@ dependencies:
|
|
69
69
|
version: '3.2'
|
70
70
|
- - "<"
|
71
71
|
- !ruby/object:Gem::Version
|
72
|
-
version: '5.
|
72
|
+
version: '5.3'
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
74
|
name: byebug
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
@@ -241,39 +241,39 @@ signing_key:
|
|
241
241
|
specification_version: 4
|
242
242
|
summary: SAML 2.0 Library
|
243
243
|
test_files:
|
244
|
-
- spec/
|
245
|
-
- spec/lib/logout_response_spec.rb
|
246
|
-
- spec/lib/indexed_object_spec.rb
|
247
|
-
- spec/lib/attribute_spec.rb
|
248
|
-
- spec/lib/entity_spec.rb
|
249
|
-
- spec/lib/attribute_consuming_service_spec.rb
|
250
|
-
- spec/lib/message_spec.rb
|
251
|
-
- spec/lib/response_spec.rb
|
252
|
-
- spec/lib/logout_request_spec.rb
|
253
|
-
- spec/lib/conditions_spec.rb
|
254
|
-
- spec/lib/bindings/http_redirect_spec.rb
|
255
|
-
- spec/lib/service_provider_spec.rb
|
256
|
-
- spec/lib/identity_provider_spec.rb
|
257
|
-
- spec/lib/authn_request_spec.rb
|
258
|
-
- spec/fixtures/test3-response.xml
|
259
|
-
- spec/fixtures/service_provider.xml
|
260
|
-
- spec/fixtures/response_with_attribute_signed.xml
|
261
|
-
- spec/fixtures/response_signed.xml
|
262
|
-
- spec/fixtures/xml_signature_wrapping_attack_response_nameid.xml
|
263
|
-
- spec/fixtures/response_tampered_signature.xml
|
264
|
-
- spec/fixtures/xml_missigned_assertion.xml
|
244
|
+
- spec/fixtures/authnrequest.xml
|
265
245
|
- spec/fixtures/certificate.pem
|
266
246
|
- spec/fixtures/entities.xml
|
267
|
-
- spec/fixtures/xml_signature_wrapping_attack_duplicate_ids.xml
|
268
|
-
- spec/fixtures/othercertificate.pem
|
269
|
-
- spec/fixtures/xslt-transform-response.xml
|
270
|
-
- spec/fixtures/response_with_encrypted_assertion.xml
|
271
247
|
- spec/fixtures/external-uri-reference-response.xml
|
272
|
-
- spec/fixtures/authnrequest.xml
|
273
|
-
- spec/fixtures/xml_signature_wrapping_attack_response_attributes.xml
|
274
248
|
- spec/fixtures/FederationMetadata.xml
|
275
249
|
- spec/fixtures/identity_provider.xml
|
250
|
+
- spec/fixtures/othercertificate.pem
|
251
|
+
- spec/fixtures/privatekey.key
|
252
|
+
- spec/fixtures/response_signed.xml
|
276
253
|
- spec/fixtures/response_tampered_certificate.xml
|
277
|
-
- spec/fixtures/
|
254
|
+
- spec/fixtures/response_tampered_signature.xml
|
255
|
+
- spec/fixtures/response_with_attribute_signed.xml
|
256
|
+
- spec/fixtures/response_with_encrypted_assertion.xml
|
257
|
+
- spec/fixtures/service_provider.xml
|
258
|
+
- spec/fixtures/test3-response.xml
|
278
259
|
- spec/fixtures/test6-response.xml
|
279
|
-
- spec/fixtures/
|
260
|
+
- spec/fixtures/test7-response.xml
|
261
|
+
- spec/fixtures/xml_missigned_assertion.xml
|
262
|
+
- spec/fixtures/xml_signature_wrapping_attack_duplicate_ids.xml
|
263
|
+
- spec/fixtures/xml_signature_wrapping_attack_response_attributes.xml
|
264
|
+
- spec/fixtures/xml_signature_wrapping_attack_response_nameid.xml
|
265
|
+
- spec/fixtures/xslt-transform-response.xml
|
266
|
+
- spec/lib/attribute_consuming_service_spec.rb
|
267
|
+
- spec/lib/attribute_spec.rb
|
268
|
+
- spec/lib/authn_request_spec.rb
|
269
|
+
- spec/lib/bindings/http_redirect_spec.rb
|
270
|
+
- spec/lib/conditions_spec.rb
|
271
|
+
- spec/lib/entity_spec.rb
|
272
|
+
- spec/lib/identity_provider_spec.rb
|
273
|
+
- spec/lib/indexed_object_spec.rb
|
274
|
+
- spec/lib/logout_request_spec.rb
|
275
|
+
- spec/lib/logout_response_spec.rb
|
276
|
+
- spec/lib/message_spec.rb
|
277
|
+
- spec/lib/response_spec.rb
|
278
|
+
- spec/lib/service_provider_spec.rb
|
279
|
+
- spec/spec_helper.rb
|