]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
VULN-DISCLOSURE-POLICY: minor language polish
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Jul 2025 20:45:03 +0000 (22:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Jul 2025 20:54:43 +0000 (22:54 +0200)
Closes #17799

docs/VULN-DISCLOSURE-POLICY.md

index 3acbf10aece3d8de1cffc1c5d5b3689d428fc6c0..9ed196f67f7f5827b586865af0741cbc6245b18b 100644 (file)
@@ -181,16 +181,16 @@ example](https://curl.se/docs/CVE-2022-43552.html)
 ## Medium
 
 This is a security problem that is less hard than **Low** to exploit or
-trigger. Less strict timing, wider platforms availability or involving more
+trigger. Less strict timing, wider platform availability or involving more
 widely used options or protocols. A problem that usually needs something else
 to also happen to become serious. [Past
 example](https://curl.se/docs/CVE-2022-32206.html)
 
 ## High
 
-This issue in itself a serious problem with real world impact. Flaws that can
-easily compromise the confidentiality, integrity or availability of resources.
-Exploiting or triggering this problem is not hard. [Past
+This issue is in itself a serious problem with real world impact. Flaws that
+can easily compromise the confidentiality, integrity or availability of
+resources. Exploiting or triggering this problem is not hard. [Past
 example](https://curl.se/docs/CVE-2019-3822.html)
 
 ## Critical
@@ -209,7 +209,7 @@ This is an incomplete list of issues that are not considered vulnerabilities.
 
 We do not consider a small memory leak a security problem; even if the amount
 of allocated memory grows by a small amount every now and then. Long-living
-applications and services already need to have counter-measures and deal with
+applications and services already need to have countermeasures and deal with
 growing memory usage, be it leaks or just increased use. A small memory or
 resource leak is then expected to *not* cause a security problem.