TeamNewPipe/NewPipe

Opt-in to Arm Memory Tagging Extensions (MTE)

Open

#12,644 opened on 2025年9月18日

GitHub で見る
 (2 comments) (3 reactions) (0 assignees)Java (38,153 stars) (3,577 forks)batch import
feature requestgood first issue

説明

Checklist

  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I'm aware that this is a request for NewPipe itself and that requests for adding a new service need to be made at NewPipeExtractor.
  • I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.
  • This issue contains only one feature request.
  • I have read and understood the contribution guidelines.

Feature description

Please opt-in to Arm Memory Tagging Extensions (MTE).

Set android:memtagMode="async" in the AndroidManifest.

I have been running NewPipe on GrapheneOS with MTE force-enabled for a few months now, without any issues.

Why do you want this feature?

NewPipe indirectly parses media, and media parsing are notoriously complex and vulnerable. (Even though parsing is delegated to the Android framework, that code still runs in the app's process.)

MTE would be an easy security improvement. At least for the people who have Google Pixels.

Additional information

コントリビューターガイド

Opt-in to Arm Memory Tagging Extensions (MTE) · TeamNewPipe/NewPipe#12644 | Good First Issue