summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorErik Sjölund <erik.sjolund@gmail.com>2020-06-03 11:07:38 +0200
committerErik Sjölund <erik.sjolund@gmail.com>2020-06-03 15:07:21 +0200
commita88450f68a0ca6cf9067ab94abe389c6b8cf74da (patch)
treeb90f210d023011f5651d690af27ab7edb9e7c3e0 /changelog.txt
parent95ea39edf34e4de4450c1674721ab02a7cf6a327 (diff)
downloadpodman-a88450f68a0ca6cf9067ab94abe389c6b8cf74da.tar.gz
podman-a88450f68a0ca6cf9067ab94abe389c6b8cf74da.tar.bz2
podman-a88450f68a0ca6cf9067ab94abe389c6b8cf74da.zip
Add a few CVE entries to changelog.txt
Add the following CVE entries CVE-2020-1726 CVE-2020-10696 CVE-2019-18466 to changelog.txt Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/changelog.txt b/changelog.txt
index 47a99ba64..360b83e6d 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -555,7 +555,7 @@
* podmanv2: implement pod top
* v2 api: implement pods top endpoint
* podmanv2 commit
- * Bump to buildah v1.14.5
+ * Bump to buildah v1.14.5 (Edit 2020-06-03: Addresses CVE-2020-10696)
* Add support for containers.conf
* API v2 tests: usability improvements
* Sanitize port parsing for pods in play kube
@@ -878,7 +878,7 @@
* rootlessport: drop Pdeathsig in favor of Kill
* rootlessport: fix potential hang
* add pkg/seccomp
- * Do not copy up when volume is not empty
+ * Do not copy up when volume is not empty (Edit 2020-06-03: Addresses CVE-2020-1726)
* api: pull: fix reference parsing
* cmd/podman/pull: refactor code
* stats: add SystemUsage
@@ -1573,7 +1573,7 @@
* get runtime for podman-remote push earlier
* rootless: report the correct error
* Report errors when trying to pause rootless containers
- * Do not support wildcards on cp
+ * Do not support wildcards on cp (Edit 2020-06-03: Addresses CVE-2019-18466)
* Podman-remote run should wait for exit code
* Use exit code constants
* exec: Register resize func a bit later