forked from mirrors/nixpkgs
parent
f07af2a35a
commit
04b8795d8e
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue