You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aforementioned CVE affects only go-ethereum's geth executable and its use of github.com/syndtr/goleveldb .
Because of this, iotics-identity-go is not affected by this security issue:
$ go mod why -m github.com/ethereum/go-ethereum
# github.com/ethereum/go-ethereum
github.com/Iotic-Labs/iotics-identity-go/pkg/crypto
github.com/ethereum/go-ethereum/crypto
$ go mod why -m github.com/syndtr/goleveldb
# github.com/syndtr/goleveldb
(main module does not need module github.com/syndtr/goleveldb)
CVE-2021-43668 (in github.com/ethereum/go-ethereum)
iotics-identity-go library
usesgo-ethereum
but only a very small set of library functions from it, namely:go-ethereum/crypto.UnmarshalPubkey()
(code)go-ethereum/crypto.FromECDSAPub()
(code)go-ethereum/crypto/secp256k1.BitCurve
(tests only)The aforementioned CVE affects only
go-ethereum
'sgeth
executable and its use of github.com/syndtr/goleveldb .Because of this,
iotics-identity-go
is not affected by this security issue:Ticket references
The text was updated successfully, but these errors were encountered: