From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 247694C363 for ; Wed, 22 Jan 2025 22:48:15 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2DCB268B992; Thu, 23 Jan 2025 00:48:12 +0200 (EET) Received: from mail-yb1-f173.google.com (mail-yb1-f173.google.com [209.85.219.173]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7C27068B978 for ; Thu, 23 Jan 2025 00:48:05 +0200 (EET) Received: by mail-yb1-f173.google.com with SMTP id 3f1490d57ef6-e549be93d5eso507248276.1 for ; Wed, 22 Jan 2025 14:48:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737586084; x=1738190884; h=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=uBeBCxtUnFS60/2Tx7XMC2YfYxpmGrDE72D/loMzY6g=; b=QaIlRzyV9ar8TbwA0MRqv6L4nJd4yCLzxzzDPbzGsJRf1/R88g3NwGNE3JD7Lki5N3 tpUw+GiZfUX3siD3q8uxi5bkUvhshROL3nGLhTlGk8oWy+lPhEaL/TVnTX16Puu9XYLO puOHSGlkfPLCeO1JV0dkS3HflVuOpLaZ3gW6W42Jva7HIQ+hBKyMOyWeiXdGju5ZuTmr hHamcln1xc6tB+oRfjPxUPS42rRQh5rT8AscowzOzYoEybG5kGc65jmtrS7AahqPnRhw KWA9EC2QiIdjwuF4gaVsKnfxYRKdYOoNPYug28v7GZNKh6qmw28Osc1cBWc1dwmGhAd5 GKXQ== X-Gm-Message-State: AOJu0Yy/y4sFlZXuEQRCjEzpEJZY+MlRPy3mQvW7Q50vJ1De/RPLjlXC IPzSAYeZJMFS2ZVTPGJkSF6a3VXT02lO1NOWjVj/3GAKBBQ/otjpehk2e38fsBZFAQyyrv/NMQW 18Qee0xVIWY2kYSJ4wSqR/Zyg9zOupw== X-Gm-Gg: ASbGnctgBElgfhnqoLCV5x1Ft+RB/AsFieincao3CpVCzRVTqP+sIm8Pyp9dOLVa2XM M8dmOyIYY6ZTy2YcqACfy+xLsizjE1B1otpsm6iepqNwFCTxtIcxf43PG6st3I/fapEDJk//lfw == X-Google-Smtp-Source: AGHT+IGTsqzxcQzahgOrCfpPl2ojj6ntdtcv4WrNw82sKCZJNoLYnR9K+Yk+IxgIhSOlBsugu45FuizdAi2HqO5AUJk= X-Received: by 2002:a05:6902:1501:b0:e58:1487:d73f with SMTP id 3f1490d57ef6-e581487d822mr3863449276.15.1737586083830; Wed, 22 Jan 2025 14:48:03 -0800 (PST) MIME-Version: 1.0 References: <20250122203609.1796499-1-michael@niedermayer.cc> <20250122203609.1796499-2-michael@niedermayer.cc> In-Reply-To: <20250122203609.1796499-2-michael@niedermayer.cc> Date: Wed, 22 Jan 2025 22:47:52 +0000 X-Gm-Features: AbW1kvZO4s-nWx2JnAJY4hKD3EMfmRoFkcF1GMcB4nhtzgR9saXWlvgGTaIPanE Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 2/2] avformat/hls: Be more picky on extensions 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: , From: Kieran Kunhya via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Kieran Kunhya Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Wed, 22 Jan 2025, 20:36 Michael Niedermayer, wrote: > This blocks disallowed extensions from probing > It also requires all available segments to have matching extensions to the > format > mpegts is treated independent of the extension > Potentially this is a stupid question but what stops an attacker from faking the extension? Kieran > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".