imagemagick6: mark insecure
This commit is contained in:
parent
04b8f65f47
commit
84747dae9a
1 changed files with 20 additions and 0 deletions
|
@ -116,5 +116,25 @@ stdenv.mkDerivation rec {
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
knownVulnerabilities = [
|
||||||
|
"CVE-2018-16328"
|
||||||
|
"CVE-2018-16329"
|
||||||
|
"CVE-2019-13136"
|
||||||
|
"CVE-2019-17547"
|
||||||
|
"CVE-2020-25663"
|
||||||
|
"CVE-2020-27768"
|
||||||
|
"CVE-2021-3596"
|
||||||
|
"CVE-2021-3596"
|
||||||
|
"CVE-2021-3596"
|
||||||
|
"CVE-2021-3610"
|
||||||
|
"CVE-2021-20244"
|
||||||
|
"CVE-2021-20244"
|
||||||
|
"CVE-2021-20310"
|
||||||
|
"CVE-2021-20311"
|
||||||
|
"CVE-2021-20312"
|
||||||
|
"CVE-2021-20313"
|
||||||
|
"CVE-2022-0284"
|
||||||
|
"CVE-2022-2719"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue