adoptopenjdk-{13,14}: mark insecure

This commit is contained in:
Robert Hensing
2021-03-19 16:37:16 +01:00
parent 7ea4ee71c9
commit 641aa9e27d
12 changed files with 44 additions and 42 deletions
@@ -1,4 +1,4 @@
sourcePerArch:
{ sourcePerArch, knownVulnerabilities ? [] }:
{ stdenv
, lib
@@ -107,6 +107,7 @@ let result = stdenv.mkDerivation rec {
description = "AdoptOpenJDK, prebuilt OpenJDK binary";
platforms = lib.mapAttrsToList (arch: _: arch + "-linux") sourcePerArch; # some inherit jre.meta.platforms
maintainers = with lib.maintainers; [ taku0 ];
inherit knownVulnerabilities;
};
}; in result