about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-09-03 14:39:25 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-03 15:07:47 +0000
commit1c4c7b6a4d17294df028322b70c53803a402233d (patch)
tree9017103102c523609b4f3210788a4406a173a19f /ChangeLog
parentbaef71ccfc9df3221916a4356dafe5d792a509c6 (diff)
downloadzsh-1c4c7b6a4d17294df028322b70c53803a402233d.tar.gz
zsh-1c4c7b6a4d17294df028322b70c53803a402233d.tar.xz
zsh-1c4c7b6a4d17294df028322b70c53803a402233d.zip
CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.
See NEWS for more information.

Patch by Anthony Sottile and Buck Evan.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d95cda22..85d564601 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-03  Anthony Sottile  <asottile@umich.edu>
+
+	* CVE-2018-0502, CVE-2018-13259: Fix two security issues in
+	shebang line parsing. [With Buck Evan]
+
 2018-09-03  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 43367: Makefile.in: Add maintainer targets 'tarxz-src' and