]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.9] cmd/go: add options to security whitelist
authorIan Lance Taylor <iant@golang.org>
Wed, 14 Feb 2018 01:43:16 +0000 (17:43 -0800)
committerAndrew Bonventre <andybons@golang.org>
Thu, 29 Mar 2018 06:06:00 +0000 (06:06 +0000)
commit51fd3d43da17fa897aa6e0bfbfdb1844f3579fbf
treef1668451d710eb3a924dcc767731e65444c69ca6
parentf5c8db9643005344b9d1306588afea35c18140cc
[release-branch.go1.9] cmd/go: add options to security whitelist

Also permit passing flags to pkg-config, as we used to.

Also change the error message to refer to https://golang.org/s/invalidflag.

Fixes #23749

Change-Id: I3fbeb4c346610e6fd55e8720e720b0a40e352ab5
Reviewed-on: https://go-review.googlesource.com/93836
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-on: https://go-review.googlesource.com/103135
Run-TryBot: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/build.go
src/cmd/go/internal/work/security.go
src/cmd/go/internal/work/security_test.go