diff options
author | Matthew Heon <mheon@redhat.com> | 2022-04-13 10:33:14 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-04-13 10:33:14 -0400 |
commit | 4abb7137f24ab5e71a7790bf8694ce32f0e7f8b6 (patch) | |
tree | 22b4a1d3d9d8f848fc64e324fcac2294910e2b63 | |
parent | f83adcc57e567c89afac0bd73a0d8061123b2292 (diff) | |
download | podman-4abb7137f24ab5e71a7790bf8694ce32f0e7f8b6.tar.gz podman-4abb7137f24ab5e71a7790bf8694ce32f0e7f8b6.tar.bz2 podman-4abb7137f24ab5e71a7790bf8694ce32f0e7f8b6.zip |
Add release notes for v3.4.6
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 54112ff26..8c5f05e9e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 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. + ## 3.4.5 ### Security - This release addresses CVE-2022-27649, where Podman would set excess inheritable capabilities for processes in containers. |