Merge pull request #235895 from mweinelt/hdb5_1_10-vulnerable

hdf5_1_10: mark vulnerable
This commit is contained in:
Martin Weinelt
2023-06-08 16:25:55 +02:00
committed by GitHub
+6
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"
];
};
}