The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Find a file
Sebastiaan van Stijn bb8bc1ffc8
update to go1.21.3
go1.21.3 (released 2023-10-10) includes a security fix to the net/http package.
See the Go 1.21.3 milestone on our issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.21.3+label%3ACherryPickApproved

full diff: https://github.com/golang/go/compare/go1.21.2...go1.21.3

From the security mailing:

[security] Go 1.21.3 and Go 1.20.10 are released

Hello gophers,

We have just released Go versions 1.21.3 and 1.20.10, minor point releases.

These minor releases include 1 security fixes following the security policy:

- net/http: rapid stream resets can cause excessive work

  A malicious HTTP/2 client which rapidly creates requests and
  immediately resets them can cause excessive server resource consumption.
  While the total number of requests is bounded to the
  http2.Server.MaxConcurrentStreams setting, resetting an in-progress
  request allows the attacker to create a new request while the existing
  one is still executing.

  HTTP/2 servers now bound the number of simultaneously executing
  handler goroutines to the stream concurrency limit. New requests
  arriving when at the limit (which can only happen after the client
  has reset an existing, in-flight request) will be queued until a
  handler exits. If the request queue grows too large, the server
  will terminate the connection.

  This issue is also fixed in golang.org/x/net/http2 v0.17.0,
  for users manually configuring HTTP/2.

  The default stream concurrency limit is 250 streams (requests)
  per HTTP/2 connection. This value may be adjusted using the
  golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams
  setting and the ConfigureServer function.

  This is CVE-2023-39325 and Go issue https://go.dev/issue/63417.
  This is also tracked by CVE-2023-44487.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-10-11 20:01:17 +02:00
.github update to go1.21.3 2023-10-11 20:01:17 +02:00
api api: Add method and path to trace operation string 2023-09-26 18:56:25 +02:00
builder builder-next/a/ci/pull: strongly type flightcontrol.Group 2023-09-21 14:18:57 -06:00
cli swap logrus types for their containerd/logs aliases 2023-08-01 13:02:55 +02:00
client client: negotiate api version before handling version-specific code 2023-09-20 15:23:27 +02:00
cmd Remove duplicated trace logs 2023-09-30 22:59:47 +00:00
container api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
contrib contrib: outline purpose of download-frozen-images-v2.sh 2023-09-14 11:36:22 +02:00
daemon Merge pull request #46585 from cpuguy83/fix_etwlogs 2023-10-11 17:07:50 +02:00
distribution distribution: TestPullSchema2Config fix test response 2023-09-27 14:03:59 +02:00
dockerversion dockerversion: DockerUserAgent(): allow custom versions to be passed 2023-06-01 18:21:58 +02:00
docs Merge pull request #46541 from akerouanton/delve-integration-tests 2023-09-26 19:05:48 +02:00
errdefs errdefs: remove redundant import comments 2023-08-29 13:56:55 +02:00
hack update to go1.21.3 2023-10-11 20:01:17 +02:00
image image: implement CheckOS, deprecate pkg/system IsOSSupported 2023-09-07 22:14:44 +02:00
integration Merge pull request #46602 from vvoland/integration-TestPullNonExistingImage 2023-10-11 19:18:16 +02:00
integration-cli Merge pull request #46602 from vvoland/integration-TestPullNonExistingImage 2023-10-11 19:18:16 +02:00
internal internal: Add compatcontext.WithoutCancel 2023-09-27 11:46:30 +02:00
layer layer: format code with gofumpt 2023-06-29 00:31:50 +02:00
libcontainerd Merge pull request #45966 from neersighted/buildkit_0.12 2023-09-22 02:13:15 +02:00
libnetwork Merge pull request #46603 from akerouanton/libnet-bridge-internal 2023-10-11 17:07:02 +02:00
oci oci: DefaultLinuxSpec: use OCI-spec consts for namespaces 2023-08-12 19:06:25 +02:00
opts api/types: move system info types to api/types/system 2023-07-07 13:01:36 +02:00
pkg deprecate pkg/loopback (utility package for devicemapper) 2023-09-18 13:44:44 +02:00
plugin remove more direct uses of logrus 2023-09-15 20:12:27 +02:00
profiles remove some remaining pre-go1.17 build-tags 2023-08-24 17:51:07 +02:00
project remove deprecated devicemapper storage-driver 2023-04-20 23:51:54 +02:00
quota quota: remove gotest.tools from testhelpers 2023-07-17 23:05:09 +02:00
reference migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
registry Merge pull request #46436 from thaJeztah/search_remove_unused_bits 2023-09-18 21:28:33 +02:00
reports Fix typos 2018-05-16 09:15:43 +08:00
restartmanager restartmanager: rename max/min as it collides with go1.21 builtin 2023-08-26 19:37:19 +02:00
runconfig runconfig: format code with gofumpt 2023-06-29 00:31:11 +02:00
testutil Wire up tests to support otel tracing 2023-09-07 18:38:22 +00:00
vendor vendor: github.com/containerd/containerd v1.7.7 2023-10-10 14:47:44 +02:00
volume Merge pull request #46351 from thaJeztah/api_events_actions_enum 2023-09-05 11:11:42 +02:00
.dockerignore ignorefiles: cleanup 2022-11-21 18:43:42 -07:00
.gitattributes chore: fix linguist for Dockerfile 2022-04-27 06:38:41 +02:00
.gitignore hack: introduce validate/no-module 2022-12-12 18:39:06 -07:00
.mailmap Update example in README.md to close cli object 2023-08-26 19:55:45 +02:00
AUTHORS AUTHORS,.mailmap: update with recent contributors 2023-07-18 13:55:16 -06:00
codecov.yml codecov: disable "patch" status 2022-06-07 17:24:46 +02:00
CONTRIBUTING.md CONTRIBUTING.md: update links to golang docs and blog 2023-08-25 12:43:31 +02:00
docker-bake.hcl ci(bin-image): clean up env var handling 2023-08-18 14:30:20 -06:00
Dockerfile update to go1.21.3 2023-10-11 20:01:17 +02:00
Dockerfile.simple update to go1.21.3 2023-10-11 20:01:17 +02:00
Dockerfile.windows update to go1.21.3 2023-10-11 20:01:17 +02:00
Jenkinsfile remove s390x and ppc64ls pipelines 2023-08-14 16:54:44 +02:00
LICENSE Update LICENSE 2018-09-12 14:27:53 +01:00
MAINTAINERS Add dmcgowan as curator 2023-09-13 17:22:24 +02:00
Makefile Fix graphdriver lookup in makefile 2023-09-20 14:46:43 -07:00
NOTICE switch kr/pty to creack/pty v1.1.7 2019-07-29 16:59:08 -07:00
README.md Fix grammar in README.md 2022-11-10 19:49:41 +00:00
ROADMAP.md Fix some typos in ROADMAP.md 2019-01-25 14:27:13 +08:00
SECURITY.md Update SECURITY.md to have an option to keep name anonymous if requested. 2019-06-18 16:37:16 +00:00
TESTING.md TESTING.md: note that integration-cli is deprecated 2020-12-18 07:51:46 +01:00
vendor.mod vendor: github.com/containerd/containerd v1.7.7 2023-10-10 14:47:44 +02:00
vendor.sum vendor: github.com/containerd/containerd v1.7.7 2023-10-10 14:47:44 +02:00
VENDORING.md fix the bare url and the Summary of http://semver.org 2017-01-17 16:20:11 +08:00

The Moby Project

Moby Project logo

Moby is an open-source project created by Docker to enable and accelerate software containerization.

It provides a "Lego set" of toolkit components, the framework for assembling them into custom container-based systems, and a place for all container enthusiasts and professionals to experiment and exchange ideas. Components include container build tools, a container registry, orchestration tools, a runtime and more, and these can be used as building blocks in conjunction with other tools and projects.

Principles

Moby is an open project guided by strong principles, aiming to be modular, flexible and without too strong an opinion on user experience. It is open to the community to help set its direction.

  • Modular: the project includes lots of components that have well-defined functions and APIs that work together.
  • Batteries included but swappable: Moby includes enough components to build fully featured container systems, but its modular architecture ensures that most of the components can be swapped by different implementations.
  • Usable security: Moby provides secure defaults without compromising usability.
  • Developer focused: The APIs are intended to be functional and useful to build powerful tools. They are not necessarily intended as end user tools but as components aimed at developers. Documentation and UX is aimed at developers not end users.

Audience

The Moby Project is intended for engineers, integrators and enthusiasts looking to modify, hack, fix, experiment, invent and build systems based on containers. It is not for people looking for a commercially supported system, but for people who want to work and learn with open source code.

Relationship with Docker

The components and tools in the Moby Project are initially the open source components that Docker and the community have built for the Docker Project. New projects can be added if they fit with the community goals. Docker is committed to using Moby as the upstream for the Docker Product. However, other projects are also encouraged to use Moby as an upstream, and to reuse the components in diverse ways, and all these uses will be treated in the same way. External maintainers and contributors are welcomed.

The Moby project is not intended as a location for support or feature requests for Docker products, but as a place for contributors to work on open source code, fix bugs, and make the code more useful. The releases are supported by the maintainers, community and users, on a best efforts basis only, and are not intended for customers who want enterprise or commercial support; Docker EE is the appropriate product for these use cases.


Legal

Brought to you courtesy of our legal counsel. For more context, please see the NOTICE document in this repo.

Use and transfer of Moby may be subject to certain restrictions by the United States and other governments.

It is your responsibility to ensure that your use and/or transfer does not violate applicable laws.

For more information, please see https://www.bis.doc.gov

Licensing

Moby is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.