From patchwork Sat Nov 26 21:32:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 39487 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a05:6a21:999a:b0:a4:2148:650a with SMTP id ve26csp6435069pzb; Sat, 26 Nov 2022 13:32:46 -0800 (PST) X-Google-Smtp-Source: AA0mqf5HT/wNhqRKfMBUQiiA+zFR01R2QINMfkZMFN0ADxWgekCzbbT9sA/esqoY1paIXuNwInL3 X-Received: by 2002:a05:6402:e8c:b0:468:89dd:aa0b with SMTP id h12-20020a0564020e8c00b0046889ddaa0bmr41902833eda.258.1669498366216; Sat, 26 Nov 2022 13:32:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1669498366; cv=none; d=google.com; s=arc-20160816; b=YLYATRO82zfp4azgdFpHaLzmOYGESqqqkcpsLru9vb09wmtdogKpGx0OZWyLTO47K6 ztgTIKTrIZjxWJtdJgqldpg4HI7W/GOHHD4V/RYAqVLiChIiuhIGzVydq9kM2Ed2fnxk xR6wSXGc+8ocmUlsfLd8OltFNeMPBi8e2L7sqyUOI70U9+VmSxMoG8vxc18nXJiUl814 DRHfGQOe0SMSOt7DQ+IE7JRNj9MxJNydGzXY18xa3el0gvAqjJ9+jEeyTD8w67tyoFfF b9Kexw+RTdimz3z13PeBvyyJxPJXR6sfCuyBxIEabNBve9BTul0q6J90IVRbxTgUYtYe Fluw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from:delivered-to; bh=LPI7rr/EjBwWeeuESCZJP9oDZ8Xdk/ty+Rl4CnFPMAU=; b=gP1Dwr13juvAtMKOg9GvJItbK1ZXpx8XH4uY3ZgMXWw+W5GpWw0S3jPMVC8z9HI7Wu sK8Z1n9y+8xhUBvyh1xLLKP7IT21yxuNaa5nxMhNwrapAOzzOihe8rXvUARLEbsLjvIO HHMKgJ7kSVPmPdrMOPymKcyb4Q2jMpD7KZglnSo1gjeE6OgikoHdwgSmUMXCQGXhzpGu mI/ICjjT/dYLZv6L8zoZwWAQD1kVlAom/m4dpz15v97weNmg9oxev9EB1ngPK4q5BTo6 W+xXUmwSwmy3rwjJEj2ytlQUZWuEwWpmPTPGiRZ9Xponbv2ui9VwgtsB6KpDoo3BZuvl ZMgQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id du20-20020a17090772d400b0077b21283d09si7341083ejc.349.2022.11.26.13.32.45; Sat, 26 Nov 2022 13:32:46 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D032068A2E8; Sat, 26 Nov 2022 23:32:42 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 79F4068A2E8 for ; Sat, 26 Nov 2022 23:32:35 +0200 (EET) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 7563D240004 for ; Sat, 26 Nov 2022 21:32:34 +0000 (UTC) From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Sat, 26 Nov 2022 22:32:33 +0100 Message-Id: <20221126213233.5505-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.17.1 Subject: [FFmpeg-devel] [PATCH] SECURITY: This is for github X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: 2BwrvZa8iWKJ --- SECURITY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..6e80133cf4 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,10 @@ +# Security Policy + +## Reporting a Vulnerability + +Please report vulnerabilities to ffmpeg-security at ffmpeg.org +Also please report any errors or omissions you find on our security page! + +## List of vulnerabilities + +https://ffmpeg.org/security.html