diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-11 19:46:07 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-11 19:46:07 +0100 |
| commit | 425855899fab17aa595ecf1751d3081baa52a9bf (patch) | |
| tree | 07bf2aed6a22187babde06a7daa100a2d3744d8a | |
| parent | f648167b9f4216446bb916698d130e5b657e2e5b (diff) | |
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 <leah@libreboot.org>
| -rw-r--r-- | include/rom.sh | 2 |
1 files changed, 0 insertions, 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}'`" |
