File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 78
78
0.0.104 or before and then upgrading again will invalidate existing phantom
79
79
SCIDs which may be included in invoices (#1199 ).
80
80
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:
83
94
* Conor Okus
84
95
* Devrandom
85
96
* Elias Rohrer
You can’t perform that action at this time.
0 commit comments