distribution/registry/storage
Stephen J Day 58d239d723
registry/{storage,handlers}: limit content sizes
Under certain circumstances, the use of `StorageDriver.GetContent` can
result in unbounded memory allocations. In particualr, this happens when
accessing a layer through the manifests endpoint.

This problem is mitigated by setting a 4MB limit when using to access
content that may have been accepted from a user. In practice, this means
setting the limit with the use of `BlobProvider.Get` by wrapping
`StorageDriver.GetContent` in a helper that uses `StorageDriver.Reader`
with a `limitReader` that returns an error.

When mitigating this security issue, we also noticed that the size of
manifests uploaded to the registry is also unlimited. We apply similar
logic to the request body of payloads that are full buffered.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
(cherry picked from commit 55ea440428)
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-07-20 13:39:13 -07:00
..
cache Satisfy the latest go lint rules 2016-11-14 13:48:06 -08:00
driver Merge pull request #1739 from cezarsa/master 2016-06-15 10:33:48 -07:00
blob_test.go Merge pull request #1706 from aibaars/registry-size-close 2016-06-13 16:29:35 -07:00
blobcachemetrics.go
blobserver.go Serve blobs when a storage driver supports redirects but are disabled 2015-12-28 11:08:39 -08:00
blobstore.go registry/{storage,handlers}: limit content sizes 2017-07-20 13:39:13 -07:00
blobwriter.go If resumable digest support is disabled, detct this when closing the blobwriter 2016-06-13 17:35:06 -07:00
blobwriter_nonresumable.go If resumable digest support is disabled, detct this when closing the blobwriter 2016-06-13 17:35:06 -07:00
blobwriter_resumable.go Adds new storagedriver.FileWriter interface 2016-03-08 16:37:44 -08:00
catalog.go Stop ErrFinishedWalk from escaping from Repositories walk 2016-08-26 11:20:37 -07:00
catalog_test.go Improve catalog enumerate runtime by an order of magnitude 2016-08-26 11:10:53 -07:00
doc.go
filereader.go Adds new storagedriver.FileWriter interface 2016-03-08 16:37:44 -08:00
filereader_test.go fix typos 2016-06-02 23:03:27 +08:00
garbagecollect.go Remove newlines from end of error strings 2016-11-14 14:10:23 -08:00
garbagecollect_test.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00
io.go registry/{storage,handlers}: limit content sizes 2017-07-20 13:39:13 -07:00
linkedblobstore.go fix typos 2016-06-02 23:03:27 +08:00
manifestlisthandler.go Add support for manifest list ("fat manifest") 2016-01-07 15:26:27 -08:00
manifeststore.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00
manifeststore_test.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00
paths.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00
paths_test.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00
purgeuploads.go
purgeuploads_test.go
registry.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00
schema2manifesthandler.go Add support for layers from foreign sources 2016-05-20 12:31:10 -07:00
schema2manifesthandler_test.go Add support for layers from foreign sources 2016-05-20 12:31:10 -07:00
signedmanifesthandler.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00
tagstore.go Rename Name method of Repository to Named 2016-02-04 09:55:36 -08:00
tagstore_test.go compare error output in tagstore unit test 2016-02-22 17:34:22 +08:00
util.go
vacuum.go Implements garbage collection subcommand 2016-02-29 14:15:21 -08:00
walk.go
walk_test.go Fix some typos in comments and strings 2016-02-23 22:33:38 +01:00