3
0
Fork 0
forked from mirrors/nixpkgs

hdf5_1_10: mark vulnerable

Closes: #128374
This commit is contained in:
Martin Weinelt 2023-06-04 09:52:34 +02:00
parent f07af2a35a
commit 04b8795d8e

View file

@ -51,5 +51,11 @@ stdenv.mkDerivation rec {
license = lib.licenses.bsd3; # Lawrence Berkeley National Labs BSD 3-Clause variant
homepage = "https://www.hdfgroup.org/HDF5/";
platforms = lib.platforms.unix;
knownVulnerabilities = [
"CVE-2020-10809"
"CVE-2020-10810"
"CVE-2020-10811"
"CVE-2020-10812"
];
};
}