We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496c274 commit d344625Copy full SHA for d344625
2 files changed
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog
2
3
+## 1.3.3 (2014-12-11)
4
+
5
+#### Security
6
+- Fix path traversal vulnerability in processing of absolute symbolic links (CVE-2014-9356)
7
+- Fix decompression of xz image archives, preventing privilege escalation (CVE-2014-9357)
8
+- Validate image IDs (CVE-2014-9358)
9
10
+#### Runtime
11
+- Fix an issue when image archives are being read slowly
12
13
+#### Client
14
+- Fix a regression related to stdin redirection
15
+- Fix a regression with `docker cp` when destination is the current directory
16
17
## 1.3.2 (2014-11-20)
18
19
#### Security
VERSION
@@ -1 +1 @@
-1.3.2
+1.3.3
0 commit comments