adoptopenjdk-{13,14}: mark insecure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user