]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Mon, 19 Jun 2023 08:36:42 +0000 (10:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 19 Jun 2023 08:36:42 +0000 (10:36 +0200)
TODO

diff --git a/TODO b/TODO
index bba30c129583136102be8fc887e31334ddb7c682..cb8dec57cda4ebd43a7dc6d934b33b2aac7fb77e 100644 (file)
--- 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.