Merge pull request #72093 from prusnak/go-fortify
stop using hardeningDisable = [ "fortify" ]; for Go packages
This commit is contained in:
@@ -9,8 +9,6 @@ buildGoPackage rec {
|
||||
|
||||
goPackagePath = "github.com/coreos/flannel";
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "coreos";
|
||||
|
||||
Reference in New Issue
Block a user