MicrosoftDocs / WDAC-Toolkit

Documentation and tools to access Windows Defender Application Control (WDAC) technology.
Creative Commons Attribution 4.0 International
201 stars 43 forks source link

Signed files with quotes in the signature are not properly escaped #398

Closed jgeurten closed 2 months ago

jgeurten commented 4 months ago

For instance, CN= SIA "Mikrotīkls" ends up creating a rule with just "SIA"

<CertPublisher value=”SIA “Mikrotikls” />

Instead, the Wizard needs to escape the quotes as follows:

<CertPublisher value=’SIA “Mikrotikls”’ />