From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id WPitH+YUAmWj0QAAauVa8A:P1 (envelope-from ) for ; Wed, 13 Sep 2023 22:00:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WPitH+YUAmWj0QAAauVa8A (envelope-from ) for ; Wed, 13 Sep 2023 22:00:38 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5C0DB46BA2 for ; Wed, 13 Sep 2023 22:00:38 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="SV3/F0j1"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694635238; a=rsa-sha256; cv=none; b=S1mbgcGnjtU95vyn4NYExTniIeXGaf/qhIsfx29kBRuARVnt+wzF3k1Fe5hHZh0j6SnvFK z45c66XJ59m6ADxczxA3EeOj4q7ETARj2Wep6T3HCI/G9QOPQHHSyHeLiidWVkBojB4XKF aepF0S2CO5WcHqVxLjbAUzBrUxv9APl7xbxxllJKLpqeYu35f60AKyaXbpQSJM7UyX62Yi dk2JP7JSB9whhe/L3EHtB1PelD8LR/i4pVOB4PN3A/cPa4w9Ky3Pv6H6Eb8qNXAOdF2otn MmhL7jrwXt23xnT+Q+xUjO58NC4LrxPH3nIt15m42oMKPhKd/aF8GNfLJEG0PQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694635238; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=B/PckJPJ4K02ROon9lvEDnLL57huH2UKD64RGtjb46U=; b=dOoaniALIhIJ4GDRQBE7UWYf7h5tdWisoBIxnf4yYbb90M93gS5eVcuwiDXQODRNFJKqrx tHJpaZAN5eQhPQzrSt81uHiiMNX+Fu/sKsI+grvFdjERnftxpbUWdt4vtA+FaqA40NHKyG 362TrbEUVB3jpi9BR/IyhUuzfAZZNnDiLZlBVVz1owNsw/NUcX/Vw6gmhDiNa3XPCUQ6vK z6pojTwV7aLlKY9ZCX+AQpscjB90aXKoUFQgSUGJi7C2JB0TASDohtt/9VEoTmyMyHrb4x SKLQaJghEffnxTdvyiozJJW/KWydF3ZDEee88bfrHasO52sjKY/wub18sOzkbQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="SV3/F0j1"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qgW1n-0001iQ-2V; Wed, 13 Sep 2023 15:59:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgW1l-0001hr-JB for guix-patches@gnu.org; Wed, 13 Sep 2023 15:59:57 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qgW1l-00053a-BZ for guix-patches@gnu.org; Wed, 13 Sep 2023 15:59:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qgW1q-0006e4-OC for guix-patches@gnu.org; Wed, 13 Sep 2023 16:00:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#31444] 'guix health': a tool to report vulnerable packages Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 13 Sep 2023 20:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31444 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: Ricardo Wurmus , Mathieu Othacehe , 31444@debbugs.gnu.org, 31442@debbugs.gnu.org, zimoun Received: via spool by 31444-submit@debbugs.gnu.org id=B31444.169463514325428 (code B ref 31444); Wed, 13 Sep 2023 20:00:02 +0000 Received: (at 31444) by debbugs.gnu.org; 13 Sep 2023 19:59:03 +0000 Received: from localhost ([127.0.0.1]:36110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgW0s-0006bn-Ea for submit@debbugs.gnu.org; Wed, 13 Sep 2023 15:59:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgW0q-0006bP-Fb; Wed, 13 Sep 2023 15:59:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgW0e-0004tZ-6z; Wed, 13 Sep 2023 15:58:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=B/PckJPJ4K02ROon9lvEDnLL57huH2UKD64RGtjb46U=; b=SV3/F0j1o2MJ/0VstHV9 O0Aqeczpnqye+z3jR2tJq/7w+iNouSEudDYsu17qFEP0N67ywCx4dt2wIpsj0/87RrR+FTSITWpCW l3ETUTVAp5ge7+a/2ffAjDVVjSxOAFZgfNbuJ1bJ9BsZFroBF25HrQTohGYNPIrjaMXiYBzsCwgGT RdiK7L+CIynMJvPiLBcQWIoFMxUh4c4U8Pj2vZtxqarrZy784uh7JKm9kE1XIhiM0hnHbWOgsfG1B mWRMwBqTmOFF5TI1gj6+SY/tTglJKivANephfdV3dX2tvnCwja5a0EyeVgBMfnY7lMd0yJ9WndKEr 6aLoNWHGqgIUUA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87fu2vjj76.fsf@gnu.org> <864knuk8nk.fsf@gmail.com> <87o7k5i59g.fsf_-_@gmail.com> <87jzt04ooe.fsf@gnu.org> <871qf7xadm.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Septidi 27 Fructidor an 231 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de la Verge-d'or X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 13 Sep 2023 21:58:45 +0200 In-Reply-To: <871qf7xadm.fsf@gmail.com> (Maxim Cournoyer's message of "Sat, 09 Sep 2023 18:14:13 -0400") Message-ID: <87h6nxlua2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -1.14 X-Spam-Score: -1.14 X-Migadu-Queue-Id: 5C0DB46BA2 X-Migadu-Scanner: mx2.migadu.com X-TUID: vtMIWyvUlyGs Hi, Maxim Cournoyer skribis: > On a related note sometimes we have WIP kind of work that stays on our > tracker with deeper questions / problems to solve, and I don't think > it's fair for our reviewers to have these linger on for years on the > tracker (they take a lot of time to get familiar with, and would then > require quit more investment to be completed, sometimes with the > original submitter no longer active in the discussion) -- I think for > these situations it's fair to close it. An interested person can > hopefully find these in the archives and resume work on it if they are > so inclined. Yes, I share this sentiment, especially with my reviewer hat on (I guess I had my passerby hat on when I sent this patch, or most likely I thought it=E2=80=99d cross the finish line Real Soon; I agree it=E2=80=99s = also fine if we close it). Ludo=E2=80=99.