From ff29338fb8907f4d1cf289f95ce60e5fc5fb3aeb Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 20 Sep 2024 23:08:23 +0200 Subject: [PATCH] support/scripts/cve.py: fix 'useful' typo Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit da0d6d5834b64df84a4e713d971c4c7d52bf06e7) Signed-off-by: Peter Korsgaard --- support/scripts/cve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/scripts/cve.py b/support/scripts/cve.py index e25825581e..5af6e0c43f 100755 --- a/support/scripts/cve.py +++ b/support/scripts/cve.py @@ -120,7 +120,7 @@ class CVE: def parse_node(self, node): """ Parse the node inside the configurations section to extract the - cpe information usefull to know if a product is affected by + cpe information useful to know if a product is affected by the CVE. Actually only the product name and the version descriptor are needed, but we also provide the vendor name. """