From 425855899fab17aa595ecf1751d3081baa52a9bf Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 11 Sep 2026 19:46:07 +0100 Subject: [PATCH] rom.sh: remove another TODO this one is unnecessary, because we're not taking general input from the user. we mitigate this carefully by being, you know, careful. implementing the TODO would have bloated the code, in ways that might only introduce other serious bugs. the current logic is fine, and great care will always be taken by me to keep the code safe, while i'm in charge. Signed-off-by: Leah Rowe --- include/rom.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/rom.sh b/include/rom.sh index cf7c0150..3d628acb 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -234,8 +234,6 @@ mkcorebootbin_real() add_cbfs_option() { - # TODO: input sanitization (currently mitigated by careful config) - op_name="`printf "%s\n" "$1" | awk '{print $1}'`" op_arg="`printf "%s\n" "$1" | awk '{print $2}'`"