Message ID | 20250304122146.2425356-1-ross.burton@arm.com |
---|---|
State | Accepted, archived |
Commit | 87326573c82ac1e8dc335319442236ef2341501e |
Headers | show |
Series | puzzles: ignore three new CVEs for a different puzzles | expand |
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 677a9e291e0..2df512a5cda 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -47,3 +47,6 @@ STOP done } +CVE_STATUS[CVE-2024-13769] = "cpe-incorrect: issue in ThemeREX's Wordpress theme Puzzles" +CVE_STATUS[CVE-2024-13770] = "cpe-incorrect: issue in ThemeREX's Wordpress theme Puzzles" +CVE_STATUS[CVE-2025-0837] = "cpe-incorrect: issue in ThemeREX's Wordpress theme Puzzles"
As we just match on product by default, ignore three CVEs which are for the "Puzzles" WordPress theme by ThemeREX (CPE themerex:puzzles). Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-sato/puzzles/puzzles_git.bb | 3 +++ 1 file changed, 3 insertions(+)