Skip to content

Commit 66434af

Browse files
committed
Reformat NEWS to ASCIIdoc
1 parent a32f39b commit 66434af

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

NEWS

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
== Version 1.6.4 ==
22

3-
- Changed dependency declarations to version ranges
4-
- Bumped Guava dependency to version [24.1.1,30) in response to CVE-2018-10237
3+
* Changed dependency declarations to version ranges
4+
* Bumped Guava dependency to version [24.1.1,30) in response to CVE-2018-10237
55

66

77
== Version 1.6.3 ==
88

99
webauthn-server-attestation:
1010

11-
- Added new YubiKey AAGUIDs to metadata.json
11+
* Added new YubiKey AAGUIDs to metadata.json
1212

1313

1414
webauthn-server-core:
1515

16-
- Bumped Jackson dependency to version 2.11.0 in response to CVEs:
17-
- CVE-2020-9546
18-
- CVE-2020-10672
19-
- CVE-2020-10969
20-
- CVE-2020-11620
21-
- Fixed incorrect JavaDoc on AssertionResult.isSignatureCounterValid(): it will
16+
* Bumped Jackson dependency to version 2.11.0 in response to CVEs:
17+
** CVE-2020-9546
18+
** CVE-2020-10672
19+
** CVE-2020-10969
20+
** CVE-2020-11620
21+
* Fixed incorrect JavaDoc on AssertionResult.isSignatureCounterValid(): it will
2222
also return true if both counters are zero.
2323

2424

2525
== Version 1.6.2 ==
2626

27-
- Fixed dependencies missing from release POM metadata
27+
* Fixed dependencies missing from release POM metadata
2828

2929

3030
== Version 1.6.1 ==
3131

3232
Security fixes:
3333

34-
- Bumped Jackson dependency to version 2.9.10.3 in response to CVE-2019-20330
34+
* Bumped Jackson dependency to version 2.9.10.3 in response to CVE-2019-20330
3535
and CVE-2020-8840
3636

3737

3838
== Version 1.6.0 ==
3939

4040
Security fixes:
4141

42-
- Bumped Jackson dependency to version 2.9.10.1 which has patched CVE-2019-16942
42+
* Bumped Jackson dependency to version 2.9.10.1 which has patched CVE-2019-16942
4343

4444
`webauthn-server-core`:
4545

4646
Bug fixes:
4747

48-
- Fixed bug introduced in 1.4.0, which caused
48+
* Fixed bug introduced in 1.4.0, which caused
4949
`RegistrationResult.attestationMetadata` to always be empty.
5050

5151

5252
`webauthn-server-attestation`:
5353

54-
- New enum constant `Transport.LIGHTNING`
55-
- Fixed transports field of YubiKey NEO/NEO-n in `metadata.json`.
56-
- Added YubiKey 5Ci to `metadata.json`.
57-
- Most `deviceUrl` fields in `metadata.json` changed to point to stable
54+
* New enum constant `Transport.LIGHTNING`
55+
* Fixed transports field of YubiKey NEO/NEO-n in `metadata.json`.
56+
* Added YubiKey 5Ci to `metadata.json`.
57+
* Most `deviceUrl` fields in `metadata.json` changed to point to stable
5858
addresses in Yubico knowledge base instead of dead redirects in store.
5959

6060

0 commit comments

Comments
 (0)