lbryio / lbcd

An alternative full node implementation of LBRY's blockchain written in Go (golang)
https://lbry.com/
ISC License
38 stars 25 forks source link

Relax witness size checking #103

Open roylee17 opened 1 year ago

roylee17 commented 1 year ago

this is a response to @nikooo777's inqury about CVE-2022-44797 and CVE-2022-39389

At the moment, I don't have enough bandwidth to further investigate if lbcd is impacted, but it seems fine as we only have two implementations (lbcd and lbrycrd), and both have the same witness-size-checking.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4857496858

Details


Files with Coverage Reduction New Missed Lines %
peer/peer.go 8 75.14%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 3534043008: -0.02%
Covered Lines: 22490
Relevant Lines: 44020

💛 - Coveralls