web_authn 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed4c84df02f2d9399a21ea886d8b2850ed5ba1f68a6aee3d1f97aba2978ccf05
4
- data.tar.gz: ea5b30178c0b070324f99be63a7ecdfc617fd2453319333abae3bf443c16dc3f
3
+ metadata.gz: e669fea75f5608f49b5b3d72a2aa046a76719a5fec82c994f0daeae109e6ee50
4
+ data.tar.gz: e64a57b588e52d98d9b933c527baff08a7c6378dcda9621e347751a2521baf59
5
5
  SHA512:
6
- metadata.gz: c3d70d2a36b1a5dd0c5f2ea27379593f195a130d5a09f2a667c2bcf7be619639794cddf36432e7c51aea0fed9d41cc148d4572b120aa12fd0f85fe0b82a1955c
7
- data.tar.gz: d855274d4a256b9b0b50f3be4b8296be7be9c3b35056be6ab45f8bb3fb6989111c95eef0a47825b766e794e588a573e91a8cfb49c2d53b5cf853080fc503aa25
6
+ metadata.gz: e0295fb973d12d4bf48759b1a7c64327d4271cc8689b583843057835278b85c128e7b9abfc1ad5e7e3693967647ab1888ef7fcdf963beb03f8fad147a6f9113a
7
+ data.tar.gz: dd58271072335f33dac4cb4a95f16ac8b1f5d5a016fdbc77bd332a662400a252b956fd1b4f171aea5a9b0114647d3e1c16b88e2327e3697de4c35129c3a8090c
data/.travis.yml CHANGED
@@ -1,9 +1,8 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
1
+ before_install:
2
+ - gem install bundler
3
+
5
4
  rvm:
6
- - 2.3.7
7
- - 2.4.4
8
- - 2.5.1
9
- before_install: gem install bundler -v 1.16.4
5
+ - 2.5.8
6
+ - 2.6.6
7
+ - 2.7.2
8
+ - 3.0.0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.1
1
+ 0.6.2
@@ -27,7 +27,7 @@ module WebAuthn
27
27
  OpenSSL::Digest::SHA256.digest(client_data_json.raw)
28
28
  ].join
29
29
 
30
- if self_issued? && authenticator_data.attested_credential_data.anonymous?
30
+ if self_issued?
31
31
  public_cose_key = authenticator_data.attested_credential_data.public_cose_key
32
32
  unless alg == public_cose_key.alg
33
33
  raise InvalidAttestation, 'Invalid Packed Self Attestation: alg'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web_authn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nov matake
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-20 00:00:00.000000000 Z
11
+ date: 2021-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: openssl