From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id A61653858D28 for ; Tue, 11 Apr 2023 19:45:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A61653858D28 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=google.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=google.com Received: by mail-ed1-x52a.google.com with SMTP id 4fb4d7f45d1cf-5027e589e20so4819431a12.3 for ; Tue, 11 Apr 2023 12:45:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20221208; t=1681242356; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=8h3LsMPc0KXLXVcSu0higd4jNyEgCK8qLrm/U4YjAJw=; b=ardfUyx+ftHXQGh8DBea7H7RvzjI5d2KYibKbVj2Xn6MB4fBX1DiRIvCK6zarZ6m+b rjJhpD9HLHNXiSPpBMok79GQqkL8P5ZZ1h/7ihAifJu/mZm7eCjKbrjeg0Ra21wdZqwk 68lW9WCq8kYyuxwj9IWphMDOnO06DCKDacI024+o8C5jTmmZvHu0NpanUzn85V79e58r mmYMAmU0JrGxsFtwLZc5WMSc9DFbx82bNzX5uhzXdNqfK0WXGgE02hAaAYzuzpeQGlsl ZhZPd5Hg9IVXDZlRpcqEMKYCJgfCNJIfIQdK+M66/NqxUzy3HrR5N+7gZFrW3nRABbbN iWIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681242356; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8h3LsMPc0KXLXVcSu0higd4jNyEgCK8qLrm/U4YjAJw=; b=ttQF3mofv/jZy2zGmWYtQL7+SS+7+l8UOwvKK0GqYzo7tDGcnL4ylcVHohBnyzH8KV /15RN0IpCL45L0h9RtffMoFrcDLJ8YgzROh2Aoqa1UUlbVwVVc6BzdEVdnvvsPYQiuAv a5l45a1mDp1qwIfUxrh1bWnqJcvrVT3pUpPIpM2ej80xpbCL/CYhfTgWOy4SlxEizpcJ tpy/GLjYWGo7fT3guaR8ZT6sqO0wuI3LwVGovO+v8C+VtBnn0bt5vtcLb/W7+xbrmOJc 6BcdURoPcjM0pfMLu4dU5w+sS1/8copcykoSdPZe5vinosb0xq9PcPdynw/3u1wrR72G 71cQ== X-Gm-Message-State: AAQBX9fjCWU/EGZaOjuAjkOB/4bn3yyHhYuvz/5hhEN0X6La7wArxR2D /Riud1PEQ4bADmNrA0caUx52TaHuQ4Q7XLqxg1DqmA== X-Google-Smtp-Source: AKy350acsMrwgHlhlWruHg1qDBq+QV0c893i4SEPje5br14Y0vuOTCVPOhdb+jRQi6AtVZuy7srSZDhaepX7T0JCe1k= X-Received: by 2002:a50:c31b:0:b0:4fb:30fc:1e98 with SMTP id a27-20020a50c31b000000b004fb30fc1e98mr5536780edb.0.1681242356071; Tue, 11 Apr 2023 12:45:56 -0700 (PDT) MIME-Version: 1.0 References: <1c38b926-e003-0e21-e7f1-3d5dbec2aabf@redhat.com> In-Reply-To: <1c38b926-e003-0e21-e7f1-3d5dbec2aabf@redhat.com> From: Ian Lance Taylor Date: Tue, 11 Apr 2023 12:45:44 -0700 Message-ID: Subject: Re: RFC: Adding a SECURITY.md document to the Binutils To: Nick Clifton Cc: Binutils , siddhesh@gotplt.org, "gdb@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-13.1 required=5.0 tests=BAYES_00,DKIMWL_WL_MED,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,ENV_AND_HDR_SPF_MATCH,MEDICAL_SUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,USER_IN_DEF_DKIM_WL,USER_IN_DEF_SPF_WL autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, Apr 7, 2023 at 1:43=E2=80=AFAM Nick Clifton via Binutils wrote: > > Many open source projects have a SECURITY.md file which explains > their stance on security related bugs. So I thought that it would > be a good idea if we had one too. This is quite nice, thanks for doing this. Ian