String evaluation allows ' and "
There are some validation functions that evaluate strings (e.g., SharedNetworkSetupvalidate() ). These currently allow the strings to contain '
or "
... One of these should not be allowed, probably "
, as it will result in a syntax error in the json configuration.