Skip to content

Commit da72a25

Browse files
committed
zlib: ignore CVE-2026-22184
The vulnerability only affects the untgz example program which is not shipped in MSYS2.
1 parent 625c239 commit da72a25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mingw-w64-zlib/PKGBUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ msys2_references=(
1818
"cpe: cpe:/a:gnu:zlib"
1919
"cpe: cpe:/a:zlib:zlib"
2020
)
21+
msys2_ignore_vulnerabilities=(
22+
"CVE-2026-22184" # only affects demo program untgz which we don't ship
23+
)
2124
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
2225
"${MINGW_PACKAGE_PREFIX}-autotools"
2326
"${MINGW_PACKAGE_PREFIX}-bzip2")

0 commit comments

Comments
 (0)