p7zip: ignore some old CVEs

they have wrong version infos
This commit is contained in:
Christoph Reiter 2025-09-07 15:28:46 +02:00
parent 0eecc2cf48
commit 1e542ddc9b

View File

@ -8,6 +8,10 @@ url="https://github.com/p7zip-project/p7zip"
msys2_references=(
"cpe: cpe:/a:7-zip:p7zip"
)
msys2_ignore_vulnerabilities=(
"CVE-2018-5996" # fixed since 17.01
"CVE-2017-17969" # fixed since 17.01
)
license=('LGPL' 'custom:unRAR')
arch=('i686' 'x86_64')
depends=('gcc-libs' 'bash')