dsccommunity / SecurityPolicyDsc

A wrapper around secedit.exe to configure local security policies
MIT License
177 stars 53 forks source link

BREAKING CHANGE: SecurityOption: append nullchar for network registry paths #155

Closed mgreenegit closed 3 years ago

mgreenegit commented 3 years ago

Pull Request (PR) description

The intention of this PR is to support the setting for accessing registry paths from the network. The values must use nullchar as a delimiter. The impact of not making the change is any tools that expect this GP behavior and audit the output will identify the characters are missing and mark the value as incorrect.

Task list


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #155 (08a6355) into master (8969a1b) will decrease coverage by 0%. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #155   +/-   ##
=====================================
- Coverage      89%    89%   -1%     
=====================================
  Files           5      5           
  Lines         574    576    +2     
=====================================
  Hits          516    516           
- Misses         58     60    +2     
gaelcolas commented 3 years ago

I'll try to bundle this change within v3 before doing a full release.