You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,26 @@ This file documents all notable changes made to this project since runc 1.0.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased]
7
+
## [Unreleased 1.1.z]
8
+
9
+
## [1.1.5] - 2023-03-29
10
+
11
+
> 囚われた屈辱は
12
+
> 反撃の嚆矢だ
13
+
14
+
### Fixed
15
+
16
+
* Prohibit container's `/proc` and `/sys` to be symlinks (CVE-2019-19921,
17
+
CVE-2023-27561, CVE-2023-28642, #3785)
18
+
* rootless: rework /sys/fs/cgroup mounts to avoid exposing the host's cgroup
19
+
hierarchy into the container. (CVE-2023-25809)
20
+
* Fix the inability to use `/dev/null` when inside a container. (#3620)
21
+
* Fix changing the ownership of host's `/dev/null` caused by fd redirection
0 commit comments