Actions
Bug #2170
closedMOTD PT should validate the MOTD value with a regex
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
I keep breaking my Rudder by setting a MOTD with double quotes in.
Could we add a regex validator like "([^"]|(?<=\\)")*" ? This would disallow quotes unless they're escaped.
In a more global frame, this should probably be applied automatically to almost all input passed to CFEngine...
Actions