Affected by GO-2023-2134
and 2 other vulnerabilities
GO-2023-2134: Artifact Hub allows unsafe rego built-in in github.com/artifacthub/hub
GO-2023-2135: Artifact Hub has Incorrect Docker Hub registry check in github.com/artifacthub/hub
GO-2023-2136: Artifact Hub arbitrary file read vulnerability in github.com/artifacthub/hub
package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Oct 23, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DB defines the methods the database handler must provide.
type ImageStore struct {
}
ImageStore is an image.Store implementation that uses PostgreSQL as the
underlying storage.
NewImageStore creates a new ImageStore instance.
GetImage returns an image stored in the database.
SaveImage implements the image.Store interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.