Open alpernae opened 2 weeks ago
This PR addresses a command injection vulnerability in adddomain.sh by sanitizing the domain input. The updated code checks that domain contains only valid domain characters, which mitigates the risk of command injection.
This PR addresses a command injection vulnerability in adddomain.sh by sanitizing the domain input. The updated code checks that domain contains only valid domain characters, which mitigates the risk of command injection.