aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/security_test.go
AgeCommit message (Expand)Author
2021-05-13cmd/go: permit .tbd files as a linker flagKevin Albertson
2020-11-03cmd/go: in cgoflags, permit -DX1, prohibit -Wp,-D,optIan Lance Taylor
2020-10-28cmd/go: add -include to cgo whitelistDave Pifke
2020-05-07cmd/go: accept hash-style in LDFLAGSMeng Zhuo
2019-12-06cmd/go: fix check for -Wp,-U in cgo CFLAGSTobias Klauser
2019-10-20cmd/go: allow passing -U flag in cgo CFLAGSUmang Parmar
2019-09-24cmd/go: allow -I= and -I$SYSROOT in cgo CFLAGSGregory Man
2019-09-06cmd/go: add a test for -sectcreate in LDFLAGSSjoerd Siebinga
2019-06-05cmd/go: accept -Wl,-R/path/ng0
2018-05-30cmd/go: accept more safe CFLAGS/LDFLAGSIan Lance Taylor
2018-05-29cmd/go: whitelist -v as a compiler and linker flagDaniel Martí
2018-03-28cmd/go: add more C compiler/linker options to whitelistIan Lance Taylor
2018-02-15cmd/go: add options to security whitelistIan Lance Taylor
2018-02-07cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox