Received: from mx1.mailbun.net (unknown [170.39.20.100]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id BE139782B23 for <~alpine/devel@lists.alpinelinux.org>; Wed, 21 Apr 2021 12:39:02 +0000 (UTC) Received: from 192.168.8.162 (unknown [107.125.25.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: ariadne@dereferenced.org) by mx1.mailbun.net (Postfix) with ESMTPSA id 886F514536C; Wed, 21 Apr 2021 12:38:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dereferenced.org; s=mailbun; t=1619008739; bh=dGgnQ1K63tQLg236lFXNYazVaieeJmFXShSXF2Ua+Ro=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=afofSceWbQhcGwu7EUgJj6c374H4yfh0OyEjEOwsj35GM3cHiHQ2hKBpSgqvV5zR2 wL5wrrSxPP2rZSucCsSvqt4tcBeE40bZiBtATNzx44r55KAlaMytjmaj3ujBTBWVeY mQMbFxW8EvFXFNQ1LbN1r4GivRVOP7DHif6H1vBD9YFPROO0cNbDPysmEXptYUxTVJ y7E/zQHgr5hf/QIv5dPodPY2IFQ52je/5Pp+WhXO4auMQxu7OwBy2MXdCqkEcqu9L0 OuFXf+AWa27qVS3jzU1R9YNCWmwXoLupwX9iK7aK4ubNdOJ+/zdIP5XhZeGRJvDefH bR9qMNgvgiC3A== Date: Wed, 21 Apr 2021 06:38:59 -0600 (MDT) From: Ariadne Conill To: Laurent Baysse cc: ~alpine/devel@lists.alpinelinux.org Subject: Re: Introducing the Security Fix Tracker In-Reply-To: <76E33A02-2C53-4E32-B856-C032AFE94D95@free.fr> Message-ID: <3a18b744-a431-fa4e-cf37-4d4884cbb97c@dereferenced.org> References: <76E33A02-2C53-4E32-B856-C032AFE94D95@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Hi, On Wed, 21 Apr 2021, Laurent Baysse wrote: > Hello, > > I'm just a regular user of this distribution. > > I think it would be great to sort the list by CVE name because they are made from year then sequencial number. It easier to find last CVE instead of sorting/grouping by package name. > > Or better, allow users to sort like they want. We'll probably integrate the JavaScript datatables library to allow this. A nice benefit of that library is that the application will still continue to work in browsers which have JavaScript disabled. Ariadne