Skip to content

Commit 3232d97

Browse files
authored
Merge pull request #898 from lochjin/dev2.0
fix:eth vulnerability (CVE-2025-24883)
2 parents f857573 + c35b75f commit 3232d97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ require (
236236
rsc.io/tmplfunc v0.0.3 // indirect
237237
)
238238

239-
replace github.com/ethereum/go-ethereum v1.14.11 => github.com/Qitmeer/go-ethereum v1.14.11-q.6
239+
replace github.com/ethereum/go-ethereum v1.14.11 => github.com/Qitmeer/go-ethereum v1.14.11-q.7
240240

241241
replace github.com/karalabe/usb v0.0.2 => github.com/dindinw/karalabe-usb v0.0.0-20230613095851-cd69a62c9c30

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/Qitmeer/crypto v0.0.0-20201028030128-6ed4040ca34a h1:LUGOJG/lF0TlnlYT
2020
github.com/Qitmeer/crypto v0.0.0-20201028030128-6ed4040ca34a/go.mod h1:gbGKdXSJn71Mc2xcKJHqC/waPiX0byZae67zarj83m4=
2121
github.com/Qitmeer/crypto/cryptonight v0.0.0-20201028030128-6ed4040ca34a h1:O2Erw/YvYAkIqkc2uvP/WwuWf0V8S0+pjU/FKHmjFU4=
2222
github.com/Qitmeer/crypto/cryptonight v0.0.0-20201028030128-6ed4040ca34a/go.mod h1:KiA7g46zc6dkgf/3NbEpJirY75v656WYlmSQNR1wTVk=
23-
github.com/Qitmeer/go-ethereum v1.14.11-q.6 h1:sFJ2dnMVSvwmlV5QUlWT+cUAxtz3O4B5ngfUBXcY9r8=
24-
github.com/Qitmeer/go-ethereum v1.14.11-q.6/go.mod h1:G/lOJx/OgkhxHd4/H2gVLujGhewGflf2112ENitmGGo=
23+
github.com/Qitmeer/go-ethereum v1.14.11-q.7 h1:LnwQvZwR9HE87nr+zrYVukyswhiXEGlXIZZcb9+GqIk=
24+
github.com/Qitmeer/go-ethereum v1.14.11-q.7/go.mod h1:G/lOJx/OgkhxHd4/H2gVLujGhewGflf2112ENitmGGo=
2525
github.com/Qitmeer/go-secp256k1 v0.5.1 h1:t3u4VMSz7LRn9Ki1lecG7tyTNwbLGILt1CwdOAA5N7M=
2626
github.com/Qitmeer/go-secp256k1 v0.5.1/go.mod h1:AkrSQDAMwdV4+pXUQnEAPvPbUiIN4DAHMAm0ueneJB8=
2727
github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDOSA=

0 commit comments

Comments
 (0)