Skip to content

Commit

Permalink
oraclejdk9: mark as insecure (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed May 8, 2018
1 parent 58c56a8 commit 0c4cadf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/oraclejdk/jdk9-linux.nix
Expand Up @@ -153,6 +153,9 @@ let result = stdenv.mkDerivation rec {
meta = with stdenv.lib; {
license = licenses.unfree;
platforms = [ "x86_64-linux" ]; # some inherit jre.meta.platforms
knownVulnerabilities = [
"Oracle Java 9 will not receive public updates as of March 2018. Use version 8 or 10 instead."
];
};

}; in result

0 comments on commit 0c4cadf

Please sign in to comment.