Actions
User story #1848
closedEscape special characters like ' " or ! in directive values
Status:
Rejected
Priority:
3
Assignee:
-
Category:
Web - Config management
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
I kept breaking my Rudder by setting a MOTD with double quotes in. We added a regex validator like "([^"]|(?<=\\)")*" to one PT to disallow quotes unless they're escaped, but it's a bit of a hack...
In a more global frame, this should probably be applied automatically to almost all input passed to CFEngine...
Updated by Michael Gliwinski over 12 years ago
I just ran into this in checkGenericFileContent technique.
It appears #2947 is related too.
Updated by Nicolas CHARLES over 12 years ago
- Status changed from New to Rejected
I'm rejecting as a duplicated of #2947
Actions