From 93280e0096b8ef0cf3207737e1383f626b0282f2 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 27 Sep 2016 03:17:47 +0000 Subject: * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791] * lib/webrick/cookie.rb (parse): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dd97df3b20..c8077e3e26 100644 --- a/NEWS +++ b/NEWS @@ -119,6 +119,10 @@ with all sufficient information, see the ChangeLog file or Redmine === Stdlib updates (outstanding ones only) +* CGI + + * Don't allow , as a separator [Bug #12791] + * CSV * Add a liberal_parsing option. [Feature #11839] @@ -139,6 +143,10 @@ with all sufficient information, see the ChangeLog file or Redmine * Add an into option. [Feature #11191] +* WEBrick + + * Don't allow , as a separator [Bug #12791] + === Compatibility issues (excluding feature bug fixes) * Array#sum and Enumerable#sum are implemented. [Feature #12217] -- cgit v1.2.3