From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 9B19C1F4BD for ; Fri, 4 Oct 2019 13:58:18 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id D0467120ACB; Fri, 4 Oct 2019 22:58:09 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 19473120ACA for ; Fri, 4 Oct 2019 22:58:07 +0900 (JST) Received: by filter0098p3las1.sendgrid.net with SMTP id filter0098p3las1-13282-5D974FEE-66 2019-10-04 13:58:06.637935889 +0000 UTC m=+54543.999535134 Received: from herokuapp.com (unknown [18.212.244.163]) by ismtpd0068p1mdw1.sendgrid.net (SG) with ESMTP id 2ivGDK7iRVSLYAcmd8F6bA for ; Fri, 04 Oct 2019 13:58:06.427 +0000 (UTC) Date: Fri, 04 Oct 2019 13:58:06 +0000 (UTC) From: mail@janlelis.de Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 70812 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16238 X-Redmine-Issue-Author: rbjl X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: rbjl X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?BkedJNkMkQqQSj0E7lIkUPSj+6n9SlCMaBIhxNDO165PFiiKKm9kyd3G0Wyvcl?= =?us-ascii?Q?BryuyPc2b6rsTb2VTEmiD5Aqnf7kXDw9FXcigLa?= =?us-ascii?Q?bA5atN7P=2FzbXff08HKxGtWxUYkB2ocyzciNKjVS?= =?us-ascii?Q?8IjgYnwGLeyst=2FSyHeRQJbRPtbjWfIJvXLO9PJv?= =?us-ascii?Q?yxgDwOXu9KzUIyTRYz7lPS+n=2Fi4l1goq2Kw=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95225 Subject: [ruby-core:95225] [Ruby master Bug#16238] Publish new WEBrick version to rubygems.org X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #16238 has been updated by rbjl (Jan Lelis). That was quick, thanks! ---------------------------------------- Bug #16238: Publish new WEBrick version to rubygems.org https://bugs.ruby-lang.org/issues/16238#change-81898 * Author: rbjl (Jan Lelis) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- The latest security releases of Ruby include some fixes in the webrick default gem: - https://www.ruby-lang.org/en/news/2019/10/01/webrick-regexp-digestauth-dos-cve-2019-16201/ - https://www.ruby-lang.org/en/news/2019/10/01/http-response-splitting-in-webrick-cve-2019-16254/ However, as of now, the changes have not been published to rubygems: - https://rubygems.org/gems/webrick More confusingly, the version number of webrick has not be changed yet: https://github.com/ruby/ruby/blob/v2_6_5/lib/webrick/version.rb (still 1.4.2 as before the security patches). This is problematic, because now multiple versions of version 1.4.2 of webrick exist... It also prevents people from quickly resolving the webrick-related security issue by just installing the new version of webrick. In the past, security patches often led to a fourth-place-version-number (see for example, rubygems itself, or [rdoc](https://github.com/ruby/ruby/commit/8c57255f87e2a70a033d9b1e2bdd474bc1ba6cc5)) I suggest that a new version of webrick should be released to rubygems. I am also curious about how the process of dealing with similar issues in the future can be optimized -- https://bugs.ruby-lang.org/