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)

(cherry picked from commit a687ef9)
  • Loading branch information
vcunat authored and Mic92 committed Jan 29, 2019
1 parent 374f74c commit 5a3e195
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 @@ -180,6 +180,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 5a3e195

Please sign in to comment.