From: Lennart Poettering Date: Mon, 19 Jun 2023 08:36:42 +0000 (+0200) Subject: update TODO X-Git-Tag: v254-rc1~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be76bf625cc7dc0843b87f4ee364e64159aec950;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index bba30c12958..cb8dec57cda 100644 --- a/TODO +++ b/TODO @@ -129,6 +129,12 @@ Deprecations and removals: Features: +* add another PE section ".fname" or so that encodes the intended filename for + PE file, and validate that when loading add-ons and similar before using + it. This is particularly relevant when we load multiple add-ons and want to + sort them to apply them in a define order. The order should not be under + control of the attacker. + * also include packaging metadata (á la https://systemd.io/ELF_PACKAGE_METADATA/) in our UEFI PE binaries, using the same JSON format.