Versions in this module Expand all Collapse all v1 v1.6.0 Sep 8, 2026 GO-2026-5939 GO-2026-5939: Claircore: Unauthenticated attackers can submit manifests with URIs pointing to internal services or cloud metadata endpoints in github.com/quay/claircore Changes in this version + type ContentRange struct + First int64 + Last int64 + Length int64 + func (r *ContentRange) Parse(data string) error + func (r *ContentRange) Reset() + type Option func(context.Context, *Reader) error + func WithHeaders(h http.Header) Option + func WithSize(sz int64) Option + type RangeUnsupported struct + URL *url.URL + func (e *RangeUnsupported) Error() string + func (e *RangeUnsupported) Is(tgt error) bool + type Reader struct + func New(ctx context.Context, c *http.Client, uri string, opts ...Option) (*Reader, error) + func (r *Reader) Close() error + func (r *Reader) ReadAt(b []byte, off int64) (int, error) + func (r *Reader) Size() int64