mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
Fix broken Link
This commit is contained in:
parent
1e4b39ed12
commit
40d3a9ba52
1 changed files with 4 additions and 4 deletions
8
cmd/geth/testdata/vcheck/data.json
vendored
8
cmd/geth/testdata/vcheck/data.json
vendored
|
|
@ -140,7 +140,7 @@
|
||||||
"description": "The `snap/1` protocol handler contains two vulnerabilities related to the `GetTrieNodes` packet, which can be exploited to crash the node. Full details are available at the Github security [advisory](https://github.com/ethereum/go-ethereum/security/advisories/GHSA-59hh-656j-3p7v)",
|
"description": "The `snap/1` protocol handler contains two vulnerabilities related to the `GetTrieNodes` packet, which can be exploited to crash the node. Full details are available at the Github security [advisory](https://github.com/ethereum/go-ethereum/security/advisories/GHSA-59hh-656j-3p7v)",
|
||||||
"links": [
|
"links": [
|
||||||
"https://github.com/ethereum/go-ethereum/security/advisories/GHSA-59hh-656j-3p7v",
|
"https://github.com/ethereum/go-ethereum/security/advisories/GHSA-59hh-656j-3p7v",
|
||||||
"https://geth.ethereum.org/docs/vulnerabilities/vulnerabilities",
|
"https://geth.ethereum.org/docs/developers/geth-developer/disclosures",
|
||||||
"https://github.com/ethereum/go-ethereum/pull/23657"
|
"https://github.com/ethereum/go-ethereum/pull/23657"
|
||||||
],
|
],
|
||||||
"introduced": "v1.10.0",
|
"introduced": "v1.10.0",
|
||||||
|
|
@ -157,7 +157,7 @@
|
||||||
"description": "A vulnerable node, if configured to use high verbosity logging, can be made to crash when handling specially crafted p2p messages sent from an attacker node. Full details are available at the Github security [advisory](https://github.com/ethereum/go-ethereum/security/advisories/GHSA-wjxw-gh3m-7pm5)",
|
"description": "A vulnerable node, if configured to use high verbosity logging, can be made to crash when handling specially crafted p2p messages sent from an attacker node. Full details are available at the Github security [advisory](https://github.com/ethereum/go-ethereum/security/advisories/GHSA-wjxw-gh3m-7pm5)",
|
||||||
"links": [
|
"links": [
|
||||||
"https://github.com/ethereum/go-ethereum/security/advisories/GHSA-wjxw-gh3m-7pm5",
|
"https://github.com/ethereum/go-ethereum/security/advisories/GHSA-wjxw-gh3m-7pm5",
|
||||||
"https://geth.ethereum.org/docs/vulnerabilities/vulnerabilities",
|
"https://geth.ethereum.org/docs/developers/geth-developer/disclosures",
|
||||||
"https://github.com/ethereum/go-ethereum/pull/24507"
|
"https://github.com/ethereum/go-ethereum/pull/24507"
|
||||||
],
|
],
|
||||||
"introduced": "v1.10.0",
|
"introduced": "v1.10.0",
|
||||||
|
|
@ -174,7 +174,7 @@
|
||||||
"description": "The p2p handler spawned a new goroutine to respond to ping requests. By flooding a node with ping requests, an unbounded number of goroutines can be created, leading to resource exhaustion and potentially crash due to OOM.",
|
"description": "The p2p handler spawned a new goroutine to respond to ping requests. By flooding a node with ping requests, an unbounded number of goroutines can be created, leading to resource exhaustion and potentially crash due to OOM.",
|
||||||
"links": [
|
"links": [
|
||||||
"https://github.com/ethereum/go-ethereum/security/advisories/GHSA-ppjg-v974-84cm",
|
"https://github.com/ethereum/go-ethereum/security/advisories/GHSA-ppjg-v974-84cm",
|
||||||
"https://geth.ethereum.org/docs/vulnerabilities/vulnerabilities"
|
"https://geth.ethereum.org/docs/developers/geth-developer/disclosures"
|
||||||
],
|
],
|
||||||
"introduced": "v1.10.0",
|
"introduced": "v1.10.0",
|
||||||
"fixed": "v1.12.1",
|
"fixed": "v1.12.1",
|
||||||
|
|
@ -190,7 +190,7 @@
|
||||||
"description": "A vulnerable node can be made to consume very large amounts of memory when handling specially crafted p2p messages sent from an attacker node. Full details will be available at the Github security [advisory](https://github.com/ethereum/go-ethereum/security/advisories/GHSA-4xc9-8hmq-j652)",
|
"description": "A vulnerable node can be made to consume very large amounts of memory when handling specially crafted p2p messages sent from an attacker node. Full details will be available at the Github security [advisory](https://github.com/ethereum/go-ethereum/security/advisories/GHSA-4xc9-8hmq-j652)",
|
||||||
"links": [
|
"links": [
|
||||||
"https://github.com/ethereum/go-ethereum/security/advisories/GHSA-4xc9-8hmq-j652",
|
"https://github.com/ethereum/go-ethereum/security/advisories/GHSA-4xc9-8hmq-j652",
|
||||||
"https://geth.ethereum.org/docs/vulnerabilities/vulnerabilities"
|
"https://geth.ethereum.org/docs/developers/geth-developer/disclosures"
|
||||||
],
|
],
|
||||||
"introduced": "v1.10.0",
|
"introduced": "v1.10.0",
|
||||||
"fixed": "v1.13.15",
|
"fixed": "v1.13.15",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue