mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
openimageio_1: add many knownVulnerabilties
This commit is contained in:
parent
a1deb65b09
commit
2de4166630
@ -44,5 +44,34 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
platforms = platforms.unix;
|
||||
knownVulnerabilities = [
|
||||
# all discovered in 2.x but there is no reason to
|
||||
# believe that these or similar vulnerabilties aren't
|
||||
# present in the totally unmaintained 1.x branch
|
||||
"CVE-2022-36354"
|
||||
"CVE-2022-38143"
|
||||
"CVE-2022-41639"
|
||||
"CVE-2022-41649"
|
||||
"CVE-2022-41684"
|
||||
"CVE-2022-41794"
|
||||
"CVE-2022-41837"
|
||||
"CVE-2022-41838"
|
||||
"CVE-2022-41977"
|
||||
"CVE-2022-41981"
|
||||
"CVE-2022-41988"
|
||||
"CVE-2022-41999"
|
||||
"CVE-2022-43592"
|
||||
"CVE-2022-43593"
|
||||
"CVE-2022-43594"
|
||||
"CVE-2022-43595"
|
||||
"CVE-2022-43596"
|
||||
"CVE-2022-43597"
|
||||
"CVE-2022-43598"
|
||||
"CVE-2022-43599"
|
||||
"CVE-2022-43600"
|
||||
"CVE-2022-43601"
|
||||
"CVE-2022-43602"
|
||||
"CVE-2022-43603"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user