3
0
Fork 0
forked from mirrors/nixpkgs

go_1_9: mark as insecure (see the parent commit)

Upstream only supports two latest releases.
https://github.com/golang/go/issues/29903#issuecomment-457307356
This commit is contained in:
Vladimír Čunát 2019-01-27 11:32:22 +01:00
parent d32e779ae8
commit a687ef9739
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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";