From 7f7bfbc0588b097a73db1936d3e139298b2e5592 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 6 Jul 2021 00:25:46 +0200 Subject: [PATCH] one more improvement for vulnerabilities text --- docs/_vulnerabilities/vulnerabilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_vulnerabilities/vulnerabilities.md b/docs/_vulnerabilities/vulnerabilities.md index d780760689..04310b4d04 100644 --- a/docs/_vulnerabilities/vulnerabilities.md +++ b/docs/_vulnerabilities/vulnerabilities.md @@ -23,7 +23,7 @@ Vulnerabilies typically take two forms: - Denial-of-service via p2p networking, whereby portions of the network could be made inaccessible due to crashes or resource consumption. -Historically, vulnerabilities in `geth` predominantly been of the second type, where the +In most cases so far, vulnerabilities in `geth` have been of the second type, where the health of the network is a concern, rather than individual node operators. For such issues, we reserve the right to silently patch and ship fixes in new releases.