Versions in this module Expand all Collapse all v1 v1.61.1 May 3, 2022 GO-2025-3891 GO-2025-3891: Information Disclosure in Amazon ECS Container Agent in github.com/aws/amazon-ecs-agent v1.61.0 Apr 5, 2022 GO-2025-3891 GO-2025-3891: Information Disclosure in Amazon ECS Container Agent in github.com/aws/amazon-ecs-agent v1.60.1 Mar 23, 2022 GO-2025-3891 GO-2025-3891: Information Disclosure in Amazon ECS Container Agent in github.com/aws/amazon-ecs-agent Changes in this version + type Ipv4RouteLocalnet struct + func NewIpv4RouteLocalNet(cmdExec exec.Exec) (*Ipv4RouteLocalnet, error) + func (ipv4RouteLocalnet *Ipv4RouteLocalnet) Enable() error + func (ipv4RouteLocalnet *Ipv4RouteLocalnet) RestoreDefault() error + type Ipv6RouterAdvertisements struct + func NewIpv6RouterAdvertisements(cmdExec exec.Exec) (*Ipv6RouterAdvertisements, error) + func (ra *Ipv6RouterAdvertisements) Disable() error + type MockCmd struct + func NewMockCmd(ctrl *gomock.Controller) *MockCmd + func (m *MockCmd) CombinedOutput() ([]byte, error) + func (m *MockCmd) EXPECT() *MockCmdMockRecorder + func (m *MockCmd) Output() ([]byte, error) + type MockCmdMockRecorder struct + func (mr *MockCmdMockRecorder) CombinedOutput() *gomock.Call + func (mr *MockCmdMockRecorder) Output() *gomock.Call + type MockExec struct + func NewMockExec(ctrl *gomock.Controller) *MockExec + func (m *MockExec) Command(name string, arg ...string) cmd.Cmd + func (m *MockExec) EXPECT() *MockExecMockRecorder + func (m *MockExec) LookPath(file string) (string, error) + type MockExecMockRecorder struct + func (mr *MockExecMockRecorder) Command(name interface{}, arg ...interface{}) *gomock.Call + func (mr *MockExecMockRecorder) LookPath(file interface{}) *gomock.Call