Skip to content

Commit d798ac1

Browse files
committed
Update CHANGELOG with security info for 0.0.105
1 parent f9983de commit d798ac1

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,19 @@
7878
0.0.104 or before and then upgrading again will invalidate existing phantom
7979
SCIDs which may be included in invoices (#1199).
8080

81-
In total, this release features 108 files changed, 6914 insertions, 2095
82-
deletions in 102 commits from 15 authors, in alphabetical order:
81+
## Security
82+
0.0.105 fixes two denial-of-service vulnerabilities which may be reachable from
83+
untrusted input in certain application designs.
84+
85+
* Route calculation spuriously panics when a routing decision is made for a
86+
path where the second-to-last hop is a private channel, included due to a
87+
multi-hop route hint in an invoice.
88+
* `ChannelMonitor::get_claimable_balances` spuriously panics in some scenarios
89+
when the LDK application's local commitment transaction is confirmed while
90+
HTLCs are still pending resolution.
91+
92+
In total, this release features 109 files changed, 7270 insertions, 2131
93+
deletions in 108 commits from 15 authors, in alphabetical order:
8394
* Conor Okus
8495
* Devrandom
8596
* Elias Rohrer

0 commit comments

Comments
 (0)