From 66ef43ecd7e97875a6639f3ae5d5460ef8387ed2 Mon Sep 17 00:00:00 2001 From: Tim Qian Date: Tue, 14 Feb 2023 15:05:29 +0800 Subject: [PATCH] [website]: Fix 404 links (#26684) --- docs/developers/geth-developer/disclosures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers/geth-developer/disclosures.md b/docs/developers/geth-developer/disclosures.md index 8375afe981..6c229cd63e 100644 --- a/docs/developers/geth-developer/disclosures.md +++ b/docs/developers/geth-developer/disclosures.md @@ -41,9 +41,9 @@ In keeping with this policy, we have taken inspiration from [Solidity bug disclo ## Disclosed vulnerabilities {#disclosed-vulnerabilities} -There is a JSON-formatted list ([`vulnerabilities.json`](/public/docs/vulnerabilities/vulnerabilities.json)) of some of the known security-relevant vulnerabilities concerning Geth. +There is a JSON-formatted list ([`vulnerabilities.json`](/docs/vulnerabilities/vulnerabilities.json)) of some of the known security-relevant vulnerabilities concerning Geth. -As of version `1.9.25`, Geth has a built-in command to check whether it is affected by any publically disclosed vulnerability, using the command `geth version-check`. This command will fetch the latest json file (and the accompanying [signature-file](/public/docs/vulnerabilities/vulnerabilities.json.minisig), and cross-check the data against its own version number. +As of version `1.9.25`, Geth has a built-in command to check whether it is affected by any publically disclosed vulnerability, using the command `geth version-check`. This command will fetch the latest json file (and the accompanying [signature-file](/docs/vulnerabilities/vulnerabilities.json.minisig), and cross-check the data against its own version number. The list of vulnerabilities was started in November 2020, and covers mainly `v1.9.7` and forward.