Skip to content

Commit

Permalink
Update demo metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Jan 31, 2023
1 parent f2ecda9 commit 63d6af1
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions webauthn-server-demo/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": 17,
"version": 19,
"vendorInfo": {
"url": "https://yubico.com",
"imageUrl": "https://developers.yubico.com/U2F/Images/yubico.png",
Expand Down Expand Up @@ -40,6 +40,46 @@
]
},

{
"deviceId": "1.3.6.1.4.1.41482.1.1",
"displayName": "Security Key NFC by Yubico",
"transports": 12,
"deviceUrl": "https://support.yubico.com/support/solutions/articles/15000019469-security-key-nfc",
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5NFC-CNFC.png",
"selectors": [
{
"type": "x509Extension",
"parameters": {
"key": "1.3.6.1.4.1.45724.1.1.4",
"value": {
"type": "hex",
"value": "a4e9fc6d4cbe4758b8ba37598bb5bbaa"
}
}
}
]
},

{
"deviceId": "1.3.6.1.4.1.41482.1.1",
"displayName": "Security Key NFC by Yubico - Enterprise Edition",
"transports": 12,
"deviceUrl": "https://support.yubico.com/support/solutions/articles/15000019469-security-key-nfc",
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5NFC-CNFC.png",
"selectors": [
{
"type": "x509Extension",
"parameters": {
"key": "1.3.6.1.4.1.45724.1.1.4",
"value": {
"type": "hex",
"value": "0bb43545fd2c418587ddfeb0b2916ace"
}
}
}
]
},

{
"deviceId": "1.3.6.1.4.1.41482.1.1",
"displayName": "Security Key by Yubico",
Expand Down Expand Up @@ -178,7 +218,7 @@
"displayName": "YubiKey 5/5C NFC",
"transports": 12,
"deviceUrl": "https://support.yubico.com/support/solutions/articles/15000014174--yubikey-5-nfc",
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5.png",
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5NFC-CNFC.png",
"selectors": [
{
"type": "x509Extension",
Expand Down Expand Up @@ -308,6 +348,8 @@
"deviceId": "1.3.6.1.4.1.41482.1.9",
"displayName": "YubiKey Bio - FIDO Edition",
"transports": 4,
"deviceUrl": "https://support.yubico.com/hc/en-us/articles/4407743521810-YubiKey-Bio-FIDO-Edition",
"imageUrl": "https://developers.yubico.com/U2F/Images/BIO.png",
"selectors": [
{
"type": "x509Extension",
Expand Down

1 comment on commit 63d6af1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 81 % 🔹 1263 🔺 / 1555 🔺 81 % 1262 / 1554
com.yubico.fido.metadata 68 % 🔹 218 🔹 / 318 🔹 68 % 218 / 318
com.yubico.internal.util 47 % 🔻 57 🔹 / 120 🔺 48 % 57 / 118
com.yubico.webauthn 87 % 🔹 558 🔹 / 637 🔻 87 % 558 / 638
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔹 392 🔺 / 419 🔹 93 % 391 / 419
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: 6fc3c1f - Diff

Detailed reports: workflow run #200

Please sign in to comment.