summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2022-04-20 13:41:56 -0400
committerMatthew Heon <matthew.heon@pm.me>2022-04-20 13:41:56 -0400
commitbc14bc51bd1848ac5f3ed41d9d101331e676b975 (patch)
tree7905fb0aa1621a331708f1712efe72cacd5e39d1
parent507224f4bdb9804b61ec8a4756af020466b28e9d (diff)
downloadpodman-bc14bc51bd1848ac5f3ed41d9d101331e676b975.tar.gz
podman-bc14bc51bd1848ac5f3ed41d9d101331e676b975.tar.bz2
podman-bc14bc51bd1848ac5f3ed41d9d101331e676b975.zip
Update release notes for v3.4.7
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r--RELEASE_NOTES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 8c5f05e9e..aa65a4f68 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,8 @@
# Release Notes
+## 3.4.7
+- This release addresses CVE-2022-1227, where running `podman top` on a container made from a maliciously-crafted image and using a user namespace could allow for code execution in the host context.
+
## 3.4.6
### Security
- This release addresses CVE-2022-27191, where an attacker could potentially cause crashes in remote Podman by using incorrect SSH ciphers.