Affected by GO-2022-0390
and 3 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
GO-2024-3304: Moby Race Condition vulnerability in github.com/moby/moby
GO-2024-3305: Moby Race Condition vulnerability in github.com/moby/moby
package
Version:
v20.10.4+incompatible
Opens a new window with list of versions in this module.
Published: Feb 25, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package checker provides helpers for gotest.tools/assert.
Please remove this package whenever possible.
Compare defines the interface to compare values
func Contains(y interface{}) Compare
Contains checks if the value contains the given value
func DeepEquals(y interface{}) Compare
DeepEquals checks if two values are equal
Equals checks if the value is equal to the given value
False checks if the value is false
GreaterThan checks if the value is greater than the given value
HasLen checks if the value has the expected number of elements
IsNil checks if the value is nil
Not checks if two values are not
True checks if the value is true
Source Files
¶
Click to show internal directories.
Click to hide internal directories.