Versions in this module Expand all Collapse all v1 v1.4.3 Nov 30, 2022 GO-2024-2979 GO-2024-2979: Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot Changes in this version + type Blob struct + BlobPath []string + Digest string + type BoltDBDriver struct + func (d *BoltDBDriver) DeleteBlob(digest godigest.Digest, path string) error + func (d *BoltDBDriver) GetBlob(digest godigest.Digest) (string, error) + func (d *BoltDBDriver) HasBlob(digest godigest.Digest, blob string) bool + func (d *BoltDBDriver) Name() string + func (d *BoltDBDriver) PutBlob(digest godigest.Digest, path string) error + type BoltDBDriverParameters struct + Name string + RootDir string + UseRelPaths bool + type Cache interface + DeleteBlob func(digest godigest.Digest, path string) error + GetBlob func(digest godigest.Digest) (string, error) + HasBlob func(digest godigest.Digest, path string) bool + Name func() string + PutBlob func(digest godigest.Digest, path string) error + func NewBoltDBCache(parameters interface{}, log zlog.Logger) Cache + func NewDynamoDBCache(parameters interface{}, log zlog.Logger) Cache + type DynamoDBDriver struct + func (d *DynamoDBDriver) DeleteBlob(digest godigest.Digest, path string) error + func (d *DynamoDBDriver) GetBlob(digest godigest.Digest) (string, error) + func (d *DynamoDBDriver) HasBlob(digest godigest.Digest, path string) bool + func (d *DynamoDBDriver) Name() string + func (d *DynamoDBDriver) NewTable(tableName string) error + func (d *DynamoDBDriver) PutBlob(digest godigest.Digest, path string) error + type DynamoDBDriverParameters struct + Endpoint string + Region string + TableName string v1.4.3-rc9 Nov 30, 2022 GO-2024-2979 GO-2024-2979: Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot v1.4.3-rc8 Nov 23, 2022 GO-2024-2979 GO-2024-2979: Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot v1.4.3-rc7 Nov 13, 2022 GO-2024-2979 GO-2024-2979: Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot v1.4.3-rc6 Nov 11, 2022 GO-2024-2979 GO-2024-2979: Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot v1.4.3-rc5 Nov 8, 2022 GO-2024-2979 GO-2024-2979: Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot