Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96737 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1553 invoked from network); 5 Nov 2016 19:12:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2016 19:12:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.180 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.180 mail-pf0-f180.google.com Received: from [209.85.192.180] ([209.85.192.180:34613] helo=mail-pf0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/EA-07826-72F2E185 for ; Sat, 05 Nov 2016 14:12:42 -0500 Received: by mail-pf0-f180.google.com with SMTP id n85so69863935pfi.1 for ; Sat, 05 Nov 2016 12:12:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=wrEgjRgZH8X8QIn79Tlz80GIeNTse53MZg9XgqJRG1k=; b=LkrwqGr4pyGu5RhO77qxco6206hm7MKi+nsILFz2oNmuVloTLlthAe7Na7Lb7o3j89 KpiYnFZL+GukYVHRrfm7nW28xYu6wRUZe3qjm9yoqKB+OGy6E1EEGSfXMae5c7Q9zz3T kkgng6uUChUSPIZ6xV8ChrNiH9Zoq32c7dRj/RG3ttaWI9adSzaUbF0qpKy8qY0/eCJx ROxgctVgFGv//iqxvtXaUhWmHKC4orARPN/X9sseSFoVygVV/iv278nOzS4GAhlNoC0o EBnBmlBialYUf9rRf+X1PEupF1za4rjxdHpwpoc1ksHFdI2GvK/hQSUpJqDXUdvjSciJ M5pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=wrEgjRgZH8X8QIn79Tlz80GIeNTse53MZg9XgqJRG1k=; b=Sr04+0wAZzE65UObwU+/jYfI4NyfEuidGeSL4p4ENiOrAKW0pq3JRIOTtyd2dyG02P KNMbaTCpRmCE4ScsWIlLvxz0qcrdkVS4T6yOTyabILjOvkMTBNF6WxC3n+Tb6J8cTNY6 MOtJcV6g+bhKGsAf9bhGgQXD9sSzwcLDRIhxu8ijKF2KJqlQmy+7xH1F7M66xTEzNQom FjHzMi+Pe+eHpXOGFjNDe2FfhoNoDbfONWpvu0HALa7HDBtzRGkZrphZUOe2LI9MawUM yhVnrUvpnEcEVw5v+/ZRWTdi1oLCEdZxBv7shEzX4ucHIuW/Mo1QeFPgazcY7a0lv3// fbdQ== X-Gm-Message-State: ABUngve8KAjSiHuZtEh5EIsWtcwxPrqYg2qHe6r52liXH88dhX883GCmq/PjQ2t1eLacIg== X-Received: by 10.99.63.135 with SMTP id m129mr31914091pga.16.1478373157107; Sat, 05 Nov 2016 12:12:37 -0700 (PDT) Received: from Stas-Air-3.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id uh10sm29328904pab.5.2016.11.05.12.12.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Nov 2016 12:12:36 -0700 (PDT) To: Matteo Beccati , PHP Internals References: <3a5408bc-b71d-920c-45e4-b9be02350b6c@gmail.com> Message-ID: <3214aa0e-cb6f-e90b-9d4a-7d9b6236bd6e@gmail.com> Date: Sat, 5 Nov 2016 12:12:35 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Security issue handling From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > On 24/10/2016 07:16, Stanislav Malyshev wrote: >> c. Get some specific people to volunteer to review patches in security >> repo regularly - how? Any takers? > > I'd be happy to help with reviewing and also setting up a private C.I. > to build and run the test suite regularly, if you think that's a good idea. I think it's a great idea, how could this be done? I'd be happy to run CI on security branch, it probably would remove 95% of the issues we had with merges. -- Stas Malyshev smalyshev@gmail.com