Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122910 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 1CDE11A009D for ; Wed, 3 Apr 2024 14:47:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712155684; bh=rr4aMnfMrL9khFvR+9o402ELB9UCxsP4Uatlb8WDjEo=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=AuUKouQEpXBBDtRE3/IkdtusQCeeh7Z7ruPw1AUo3FQIIWsKO8GhfI8MXy+jXU4N2 rf3tQw2ghwuyGaKF8tMiuhA1DFwju7jMcgzmi4X+wbzWKHJHVCO4pA3ODma9XU4nZU +DuSoXcQ8kQMwh07zqJZveWHoRO4lOPKhozu9EsM5RAZCnHKkmIhxBfWU5P+SF8U26 dEoW6Gd7JVwdDhJfj+YFPFZ6aB7RKA/Nf96IlZKlKVGyJZuIpWFR1A703Zp7jW9nok X540VRs0Bq1zVHMTF2typvOYIrGYSvg0eLsXY3HFyf9x2tA3nzvKf0oKA/P/1uSCpc RtEGVjVp13MkA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 110F6180088 for ; Wed, 3 Apr 2024 14:48:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_MISSING,SPF_HELO_PASS, SPF_SOFTFAIL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Wed, 3 Apr 2024 14:48:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712155651; bh=rr4aMnfMrL9khFvR+9o402ELB9UCxsP4Uatlb8WDjEo=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=gGuXqTuzQ5R0i3fI8pU070bjA7X7cJDbS/Z1uXJipYZQHXPEQrMdvUu1eiUw3fh7F RkJfL1nfN+0ZIJZugfQBLl1J/RvvaX6m7u3ST7aFCCUkJkgy8cOEPI9OFbumdEtmLG txqQILBdYDTgsPHL09G3WbIqrdNGBDoYidSqd8gSJ2FIEWxoVaUgIY5vd8JZEFHuPS WLFlgENGttG03nXbS65KgiOHd98F1n+e7lvQmTEyLEFxxSUrcgGVsdBtvSr6hxE8p/ yxqqVNuz3zmknFY7+BqXQLCgvwKf0b24NWV5HM/ZRsUZhKjfhP5epaOG9gJsx0l6Nr GmPFpCKm21HwQ== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 51DD010C0D2; Wed, 03 Apr 2024 15:47:31 +0100 (BST) Date: Wed, 3 Apr 2024 15:47:31 +0100 (BST) To: Ayesh Karunaratne cc: PHP Developers Mailing List Subject: Re: [PHP-DEV] Requiring GPG Commit Signing In-Reply-To: Message-ID: References: <3e988b3b-65b8-13d3-16cf-1296bfdd7ed2@php.net> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) On Tue, 2 Apr 2024, Ayesh Karunaratne wrote: > > What do y'all think about requiring GPG signed commits for the > > php-src repository? > > > > I had a look, and this is also something we can enforce through > > GitHub as well (by using branch protections). > > +1 from me as well, and quite good timing with all the xz fiasco just > last week. > > Git can also sign with SSH keys now, so this is now merely a config > update The issue with SSH keys is that they can not be signed by others to form a "web of trust". For example, my key has been signed by several other people: https://keyserver.ubuntu.com/pks/lookup?search=derick%40php.net&fingerprint=on&op=index cheers, Derick