| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: sanitize domain input to prevent command injection | Alperen | 2024-11-09 | 1 | -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 domain | Luke Smith | 2024-03-13 | 1 | -0/+43 |
