Message ID | 20250818181037.1685892-1-peter.marko@siemens.com |
---|---|
State | Under Review |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [kirkstone] glib-2.0: ignore CVE-2025-4056 | expand |
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb index 8d2c452088..31b6c1fe98 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb @@ -97,3 +97,6 @@ def find_meson_cross_files(d): python () { find_meson_cross_files(d) } + +# not-applicable-platform: Issue only applies on Windows +CVE_CHECK_IGNORE += "CVE-2025-4056"