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:
parent
d32e779ae8
commit
a687ef9739
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue