Skip to content

Commit

Permalink
go_1_9: mark as insecure (see the parent commit)
Browse files Browse the repository at this point in the history
Upstream only supports two latest releases.
golang/go#29903 (comment)
  • Loading branch information
vcunat committed Jan 27, 2019
1 parent d32e779 commit a687ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/go/1.9.nix
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ stdenv.mkDerivation rec {
disallowedReferences = [ go_bootstrap ];

meta = with stdenv.lib; {
knownVulnerabilities = [ "CVE-2019-6486" ];
branch = "1.9";
homepage = http://golang.org/;
description = "The Go Programming language";
Expand Down

0 comments on commit a687ef9

Please sign in to comment.