aboutsummaryrefslogtreecommitdiffstats
path: root/adddomain.sh
Commit message (Collapse)AuthorAgeFilesLines
* close #329, fix #337, close #326Luke Smith2025-03-051-2/+2
|
* fix: sanitize domain input to prevent command injectionAlperen2024-11-091-7/+12
| | | | | - Added input validation for the domain parameter to allow only alphanumeric characters, dots, and dashes. - This mitigates a command injection vulnerability on line 9 where unsanitized user input could be injected into the sed command. - The fix improves security for local script execution in multi-user environments or when the script is run with elevated privileges.
* adddomain.sh to add an additional domainLuke Smith2024-03-131-0/+43