Skip to content

Commit 94708c0

Browse files
committed
Add new YubiKey AAGUIDs to metadata.json
1 parent 44799d0 commit 94708c0

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
== Version 1.6.3 (unreleased) ==
22

3+
webauthn-server-attestation:
4+
5+
- Added new YubiKey AAGUIDs to metadata.json
6+
7+
8+
webauthn-server-core:
9+
310
- Bumped Jackson dependency to version 2.11.0 in response to CVEs:
411
- CVE-2020-9546
512
- CVE-2020-10672

webauthn-server-attestation/src/main/resources/metadata.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"identifier": "2fb54029-7613-4f1d-94f1-fb876c14a6fe",
3-
"version": 11,
3+
"version": 12,
44
"vendorInfo": {
55
"url": "https://yubico.com",
66
"imageUrl": "https://developers.yubico.com/U2F/Images/yubico.png",
@@ -26,6 +26,16 @@
2626
"value": "6d44ba9bf6ec2e49b9300c8fe920cb73"
2727
}
2828
}
29+
},
30+
{
31+
"type": "x509Extension",
32+
"parameters": {
33+
"key": "1.3.6.1.4.1.45724.1.1.4",
34+
"value": {
35+
"type": "hex",
36+
"value": "149a20218ef6413396b881f8d5b7f1f5"
37+
}
38+
}
2939
}
3040
]
3141
},
@@ -49,6 +59,16 @@
4959
"value": "1.3.6.1.4.1.41482.1.1",
5060
"key": "1.3.6.1.4.1.41482.2"
5161
}
62+
},
63+
{
64+
"type": "x509Extension",
65+
"parameters": {
66+
"key": "1.3.6.1.4.1.45724.1.1.4",
67+
"value": {
68+
"type": "hex",
69+
"value": "b92c3f9ac0144056887f140a2501163b"
70+
}
71+
}
5272
}
5373
]
5474
},
@@ -144,6 +164,16 @@
144164
"value": "fa2b99dc9e3942578f924a30d23c4118"
145165
}
146166
}
167+
},
168+
{
169+
"type": "x509Extension",
170+
"parameters": {
171+
"key": "1.3.6.1.4.1.45724.1.1.4",
172+
"value": {
173+
"type": "hex",
174+
"value": "2fc0579f811347eab116bb5a8db9202a"
175+
}
176+
}
147177
}
148178
]
149179
},
@@ -163,6 +193,16 @@
163193
"value": "cb69481e8ff7403993ec0a2729a154a8"
164194
}
165195
}
196+
},
197+
{
198+
"type": "x509Extension",
199+
"parameters": {
200+
"key": "1.3.6.1.4.1.45724.1.1.4",
201+
"value": {
202+
"type": "hex",
203+
"value": "ee882879721c491397753dfcce97072a"
204+
}
205+
}
166206
}
167207
]
168208
},

0 commit comments

Comments
 (0)