Affected by GO-2023-1979
and 1 other vulnerabilities
GO-2023-1979: Denial of service from large image in github.com/crossplane/crossplane
GO-2023-1980: Possible image tampering from missing image validation for Packages in github.com/crossplane/crossplane

The highest tagged major version is
v2.
package
Version:
v0.14.0-rc
Opens a new window with list of versions in this module.
Published: Oct 9, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewMockCacheDeleteFn creates a new MockDelete function for MockCache.
NewMockCacheGetFn creates a new MockGet function for MockCache.
NewMockCacheStoreFn creates a new MockStore function for MockCache.
NewMockFetchFn creates a new MockFetch function for MockFetcher.
MockCache is a mock Cache.
Delete calls the underlying MockDelete.
Get calls the underlying MockGet.
Store calls the underlying MockStore.
type MockFetcher struct {
MockFetch func() (v1.Image, error)
}
MockFetcher is a mock fetcher.
Fetch calls the underlying MockFetch.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.