DSC
DSC copied to clipboard
Add option in resource manifest to opt out of parameter value validation
Summary of the new feature / enhancement
To prevent unintended injection into resource command-lines, we should, by default, validate common cases like semi-colon, quotes, etc... and have the resource author explicit opt out of this behavior if they want the raw content.
Proposed technical implementation details (optional)
No response