Input Sanitization #16

Open
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.
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