Input Sanitization #16

Closed
opened 2026-02-02 15:21:40 -05:00 by jared · 0 comments
Owner

checkForInput() {
case $1 in
--help|--diags|--quick) # Whitelist only

Currently accepts any input. Strictly validate.

checkForInput() { case $1 in --help|--diags|--quick) # Whitelist only Currently accepts any input. Strictly validate.
jared closed this issue 2026-02-05 10:54:59 -05:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/proxDoc#16