From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id 27D641FF09B for ; Mon, 31 Aug 2026 15:00:07 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id E5C9420954; Mon, 31 Aug 2026 15:00:06 +0200 (CEST) From: Dominik Csapak To: pve-devel@lists.proxmox.com, Shan Shaji Subject: applied: [PATCH pve_flutter_frontend] android: add taskAffinity attribute with empty string in MainActivity Date: Mon, 31 Aug 2026 14:59:58 +0200 Message-ID: <178818117708.3254234.9667187222234445927.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260827103615.178000-1-s.shaji@proxmox.com> References: <20260827103615.178000-1-s.shaji@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.600 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: S3KTVG5LHBH52RYOLGI2PT6XRC3EVBIJ X-Message-ID-Hash: S3KTVG5LHBH52RYOLGI2PT6XRC3EVBIJ X-MailFrom: d.csapak@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, 27 Aug 2026 12:36:15 +0200, Shan Shaji wrote: > On android vesions lower than 11, inorder to prevent Android Task > Hijacking (a.k.a, StrandHogg Attack [0][1]) `taskAffinity` attribute > was updated to empty string [0] for the flutter app template [2]. To > align with that and protect users running our app on older devices > (our `minSdkVersion` is 24) apply the same update here. > > Note that StrandHogg v2 will still affect Android versions lower than > 11, as the required OS level patches are only available from SDK level > 30 [3]. > > [...] Applied, thanks! [1/1] android: add taskAffinity attribute with empty string in MainActivity commit: 5d2e797f070fd0e204a2de46f8feb57002270087