From a2bf7effaa30937271a0405660d8555009439bb2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 3 Jan 2019 11:17:55 -0700 Subject: [PATCH] Update engine/release-notes.md Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com> --- engine/release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/engine/release-notes.md b/engine/release-notes.md index 850eaeaba2..f933708c94 100644 --- a/engine/release-notes.md +++ b/engine/release-notes.md @@ -181,6 +181,13 @@ Ubuntu 14.04 "Trusty Tahr" [docker-ce-packaging#255](https://github.com/docker/d ### Security fixes * Upgraded Go language to 1.10.6 to resolve CVE-2018-16873, CVE-2018-16874, and CVE-2018-16875. +* Added `/proc/asound` to masked paths +* Fixed authz plugin for 0-length content and path validation. + +### Fixes for Docker Engine EE +* Disable kmem accounting in runc on RHEL/CentOS (docker/escalation#614, docker/escalation#692) +* Fix resource leak on `docker logs --follow` [moby/moby#37576](https://github.com/moby/moby/pull/37576) +* Mask proxy credentials from URL when displayed in system info (docker/escalation#879) ### 17.06.2-ee-18 2019-XX-XX