Affected by GO-2022-0390
and 1 other vulnerabilities
GO-2022-0390: Moby (Docker Engine) started with non-empty inheritable Linux process capabilities in github.com/docker/docker
GO-2024-2914: Moby (Docker Engine) is vulnerable to Ambiguous OCI manifest parsing in github.com/docker/docker
package
Version:
v1.9.0-rc1
Opens a new window with list of versions in this module.
Published: Oct 14, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Bar is an interface used for tests.
Fooer is an empty interface used for tests.
type Fooer2 interface {
Foo()
}
Fooer2 is an interface used for tests.
Fooer3 is an interface used for tests.
type Fooer4 interface {
Foo() error
}
Fooer4 is an interface used for tests.
type Fooer5 interface {
Foo()
Bar
}
Fooer5 is an interface used for tests.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.