Skip to content

Commit

Permalink
Change name "YubiKey 5 Series security key" to "YubiKey 5 Series" in …
Browse files Browse the repository at this point in the history
…metadata
  • Loading branch information
emlun committed Oct 19, 2020
1 parent 2f6387b commit 68ecba1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
webauthn-server-attestation:

* Updated name of AAGUID `2fc0579f811347eab116bb5a8db9202a` to "YubiKey 5/5C NFC"
* Changed name of "YubiKey 5 Series security key" to "YubiKey 5 Series"

webauthn-server-core:

Expand Down
4 changes: 2 additions & 2 deletions webauthn-server-attestation/src/main/resources/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "2fb54029-7613-4f1d-94f1-fb876c14a6fe",
"version": 13,
"version": 14,
"vendorInfo": {
"url": "https://yubico.com",
"imageUrl": "https://developers.yubico.com/U2F/Images/yubico.png",
Expand Down Expand Up @@ -195,7 +195,7 @@

{
"deviceId": "1.3.6.1.4.1.41482.1.7",
"displayName": "YubiKey 5 Series security key",
"displayName": "YubiKey 5 Series",
"transports": 4,
"deviceUrl": "https://support.yubico.com/support/solutions/articles/15000014180-yubikey-5c",
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5-series.png",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class DeviceIdentificationSpec extends FunSpec with Matchers {
check("YubiKey 5/5C NFC", RealExamples.YubiKey5cNfc, Set(USB, NFC))
}
it("a YubiKey 5 Nano.") {
check("YubiKey 5 Series security key", RealExamples.YubiKey5Nano, Set(USB))
check("YubiKey 5 Series", RealExamples.YubiKey5Nano, Set(USB))
}
it("a YubiKey 5Ci.") {
check("YubiKey 5Ci", RealExamples.YubiKey5Ci, Set(USB, LIGHTNING))
Expand Down Expand Up @@ -152,7 +152,7 @@ class DeviceIdentificationSpec extends FunSpec with Matchers {
check("YubiKey 5/5C NFC", RealExamples.YubiKey5cNfc, Set(USB, NFC))
}
it("a YubiKey 5 Nano.") {
check("YubiKey 5 Series security key", RealExamples.YubiKey5Nano, Set(USB))
check("YubiKey 5 Series", RealExamples.YubiKey5Nano, Set(USB))
}
it("a YubiKey 5Ci.") {
check("YubiKey 5Ci", RealExamples.YubiKey5Ci, Set(USB, LIGHTNING))
Expand Down

0 comments on commit 68ecba1

Please sign in to comment.