p7zip: ignore some old CVEs
they have wrong version infos
This commit is contained in:
parent
0eecc2cf48
commit
1e542ddc9b
@ -8,6 +8,10 @@ url="https://github.com/p7zip-project/p7zip"
|
|||||||
msys2_references=(
|
msys2_references=(
|
||||||
"cpe: cpe:/a:7-zip:p7zip"
|
"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')
|
license=('LGPL' 'custom:unRAR')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
depends=('gcc-libs' 'bash')
|
depends=('gcc-libs' 'bash')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user