| Message ID | 20260413211447.564257-3-peter.marko@siemens.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/6] xdg-utils: set status for CVE-2025-52968 | expand |
diff --git a/meta/recipes-extended/tar/tar_1.35.bb b/meta/recipes-extended/tar/tar_1.35.bb index d463eff97d..042baa035c 100644 --- a/meta/recipes-extended/tar/tar_1.35.bb +++ b/meta/recipes-extended/tar/tar_1.35.bb @@ -95,6 +95,8 @@ BBCLASSEXTEND = "native nativesdk" # For example CVE-2021-{32803,32804,37701,37712,37713} CVE_PRODUCT = "gnu:tar" +CVE_STATUS[CVE-2025-45582] = "disputed" + # A test uses cmp to compare two 8GB files. Busybox's cmp does the job usually, but it is much slower than # diffutils' cmp, and the test times out when there is a high load on the host machine. RDEPENDS:${PN}-ptest += "diffutils"