Are alphanumeric strings safe to pass to a bash script?
I’m currently developing a web service that takes user input and passes it to a bash script as an argument.
I know that without sanitizing this allows for remote command execution. So I want to know if alphanumeric strings … Continue reading Are alphanumeric strings safe to pass to a bash script?