Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120956 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 31231 invoked from network); 30 Aug 2023 09:25:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Aug 2023 09:25:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BE9831804F5 for ; Wed, 30 Aug 2023 02:25:08 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 30 Aug 2023 02:25:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1693387506; bh=dag5P7wK0/5ZNJSFL9uqCxjqwq/3TGPPbOzMEwn/YZI=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=EZFvsBQU+svbowcOlD95kq6G4y4fi1BEl/msGMfWJroaXbSIWvOvE59WbEiLxzUQ/ QimuGcdVJK7tJqBLd481zKy6pFaB+YBsnG73jvvFcPPOOfaCs7hemlCh33sG7IAPbK eNv2R4EYnf5q+1SKI4/3STxMQfvYbY78X5DIgFpa4tk++8K3VSMo/2O6pRWw3+dxqS o3Fn5gABaw3fl9Sv1DPcvHOCAsG09TKXmeQnuJIq6aqp80zIQOvyZJMQf90Jd17wp/ 54h58/c91xH07mVAsrzcHGFpyCL3SuqWfuRfmut+amqPtcTDeRMcCGxG9Asf4LTKu0 cikzrpw6LShjA== Message-ID: <920627fd-791e-5f4a-d3b3-857b2e6ae45a@bastelstu.be> Date: Wed, 30 Aug 2023 11:25:03 +0200 MIME-Version: 1.0 To: Derick Rethans , PHP Developers Mailing List References: <3e193d1a-2ec9-7c95-caca-b5d657408f1a@php.net> Content-Language: en-US In-Reply-To: <3e193d1a-2ec9-7c95-caca-b5d657408f1a@php.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Security Bugs on GitHub From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 8/30/23 11:05, Derick Rethans wrote: > However, our old bug system still accepts them. I have just created a > PR to change that: https://github.com/php/web-bugs/pull/116/files > > Pending reviews and/or comments, I am wanting to merge this in the next > week or so. > There's already https://github.com/php/web-bugs/pull/115. See also: https://news-web.php.net/php.internals/120672 Best regards Tim Düsterhus