From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6AA23C433E0 for ; Fri, 10 Jul 2020 06:49:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 430252076A for ; Fri, 10 Jul 2020 06:49:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594363794; bh=bRWuQNkHECWTyQMZsQP4+1acSBX7AB0jqxNKFd5+IKM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rsZXiWk4U8bCAZXwyFQOBGgUFuHZe6IG0G0OEMY8pvwuQm8hUUx1K2WRi0IuX2ZQ5 BWrQkqOQ+/VB7rFsrLcFZwt79AaKPfAPKUiI5R9mJz7GEuDKxca4P2juuzmcs6oC/y +R5acNi26R5S7fWhaSNv4rFSzk0XmGsTKPM1LpGk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726004AbgGJGtx (ORCPT ); Fri, 10 Jul 2020 02:49:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:48026 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725851AbgGJGtx (ORCPT ); Fri, 10 Jul 2020 02:49:53 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AF2872076A; Fri, 10 Jul 2020 06:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594363793; bh=bRWuQNkHECWTyQMZsQP4+1acSBX7AB0jqxNKFd5+IKM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fAmQ2WbkDIRI1296wzyNiDZT5X9/7PzqcS9UDvAAtieatcfiyuXzMB5l5QR0O7/fc 4iXBw7koBCCIyIbp4MZomBPe16GboVTNO7NLg4C6vg1UEka0GbL8N5C7de20KUnfAW eZ++N5UqN3m33PTqGVksc6gQ7tVuZPYvCVBDdnMg= Date: Fri, 10 Jul 2020 08:49:58 +0200 From: Greg Kroah-Hartman To: Kees Cook Cc: Jonathan Corbet , security@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/security-bugs: Explain why plain text is preferred Message-ID: <20200710064958.GA1116538@kroah.com> References: <202007091110.205DC6A9@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202007091110.205DC6A9@keescook> Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, Jul 09, 2020 at 11:11:30AM -0700, Kees Cook wrote: > The security contact list gets regular reports contained in archive > attachments. This tends to add some back-and-forth delay in dealing with > security reports since we have to ask for plain text, etc. > > Signed-off-by: Kees Cook Thanks for this, that will hopefully keep us from having to say the same thing over and over :) Reviewed-by: Greg Kroah-Hartman