Project

General

Profile

User story #1848

Updated by Jonathan CLARKE almost 12 years ago

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... 

Back