PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

Replace ESC char with `{ESC}` for writing output #455

Open SteveL-MSFT opened 3 weeks ago

SteveL-MSFT commented 3 weeks ago

Summary of the new feature / enhancement

If a resource accepts the ESC char, it could result in a VT sequence that can mess up the rendering or misrepresent output

Proposed technical implementation details (optional)

Where we do tracing and writing output to the console, we should replace any ESC char with the string {ESC}