btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.28k stars 2.38k forks source link

Avoid using curl downloads because of the Supply Chain attacks. #1766

Open naveensrinivasan opened 3 years ago

naveensrinivasan commented 3 years ago

Avoid using curl downloads because of the Supply Chain attacks.

https://github.com/btcsuite/btcd/blob/31791ba4dc6ef913b1e8eb7bfb6746b1a118e405/.github/workflows/go.yml#L21

Example https://blog.gitguardian.com/codecov-supply-chain-breach/

Possible Solution

vpereira01 commented 2 years ago

curl download removed with #1785 This issue can be closed IMHO.