summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-14 13:55:41 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-14 13:55:41 +0000
commit1cfe43fd85c66a9e2b5068480b3e043c31e6b8ca (patch)
treefca9d3c2509ef2ef41c5b3d9395cb2e23e45dd42 /ChangeLog
parentccbe964c1f5ecb54a21473bd27f255ee12120fdf (diff)
merge revision(s) 61242: [Backport #14185]
Fix a command injection vulnerability in Net::FTP. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@61248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4197fdd585..28c9c706d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 14 22:55:05 2017 Shugo Maeda <shugo@ruby-lang.org>
+
+ Fix a command injection vulnerability in Net::FTP.
+
Thu Dec 14 22:35:19 2017 Eric Wong <normalperson@yhbt.net>
webrick: compile RE correctly for beginning and end match