-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing dependency on PsDesiredStateConfiguration Resource and xPsDesiredStateConfiguration #366
Conversation
…miRule.Integration.tests.ps1
…added CimInstance vice WmiObject.
…into davbowman#345
…into davbowman#345
…into davbowman#345
…into davbowman#345
…into davbowman#345
…into davbowman#345
…into davbowman#345
…into davbowman#345
…into davbowman#345
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 85 of 85 files at r1.
Reviewable status: all files reviewed, 6 unresolved discussions (waiting on @erjenkin)
StigData/Archive/Windows.Client/U_Windows_10_STIG_V1R14_Manual-xccdf.log, line 3 at r1 (raw file):
V-63423::"Minimum password length,"::"Minimum password length" V-63429::"Store password using reversible encryption"::"Store passwords using reversible encryption" V-68819::Registry Path: \SOFTWARE\ Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\::Registry Path: \SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\
Looks like a space before Policies?
StigData/Archive/Windows.Client/U_Windows_10_STIG_V1R14_Manual-xccdf.log, line 4 at r1 (raw file):
V-63429::"Store password using reversible encryption"::"Store passwords using reversible encryption" V-68819::Registry Path: \SOFTWARE\ Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\::Registry Path: \SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\ V-74413::Registry Path: \SOFTWARE\Policies\Microsoft\ Cryptography\Configuration\SSL\00010002\::Registry Path: \SOFTWARE\Policies\Microsoft\Cryptography\Configuration\SSL\00010002\
Looks like a space before Cryptography?
StigData/Archive/Windows.Client/U_Windows_10_STIG_V1R14_Manual-xccdf.log, line 5 at r1 (raw file):
V-68819::Registry Path: \SOFTWARE\ Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\::Registry Path: \SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\ V-74413::Registry Path: \SOFTWARE\Policies\Microsoft\ Cryptography\Configuration\SSL\00010002\::Registry Path: \SOFTWARE\Policies\Microsoft\Cryptography\Configuration\SSL\00010002\ V-74415::Registry Path: \SOFTWARE\Policies\Microsoft\MicrosoftEdge\ Privacy\::Registry Path: \SOFTWARE\Policies\Microsoft\MicrosoftEdge\Privacy\
Looks like a space before Privacy?
StigData/Archive/Windows.Server.2012R2/U_Windows_2012_and_2012_R2_MS_STIG_V2R12_Manual-xccdf.log, line 4 at r1 (raw file):
V-3472::Registry Path: \Software\Policies\Microsoft\W32time\Parameters\::Remove V-3472::Value Name:::Remove V-3472::Registry Hive: HKEY_LOCAL_MACHINE::Remmove
2 M's in Remove
StigData/Archive/Windows.Server.2012R2/U_Windows_2012_and_2012_R2_MS_STIG_V2R13_Manual-xccdf.log, line 5 at r1 (raw file):
V-21954::The values are determined by the selection of encryption suites in the policy Computer Configuration >> Windows Settings >> Security Settings >> Local Policies >> Security Options >> "Network Security: Configure encryption types allowed for Kerberos".::Removed V-21954::For example, when all suites, including the DES suites are selected, the value will be "0x7fffffff (2147483647)".::Value: 0x7ffffff8 (2147483640) V-80475::Registry Path: \SOFTWARE\ Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\::Registry Path: \SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\
Space before Policies on V-80475
StigData/Archive/Windows.Server.2012R2/U_Windows_2012_and_2012_R2_MS_STIG_V2R14_Manual-xccdf.log, line 3 at r1 (raw file):
V-2372::"Store password using reversible encryption"::"Store passwords using reversible encryption" V-6836::"Minimum password length,"::"Minimum password length" V-80475::Registry Path: \SOFTWARE\ Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\::Registry Path: \SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging\
Space before Policies?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 84 of 85 files reviewed, 1 unresolved discussion (waiting on @davbowman)
StigData/Archive/Windows.Server.2012R2/U_Windows_2012_and_2012_R2_MS_STIG_V2R12_Manual-xccdf.log, line 4 at r1 (raw file):
Previously, davbowman (David Bowman) wrote…
2 M's in Remove
Done.
Codecov Report
@@ Coverage Diff @@
## 3.1.0 #366 +/- ##
==========================================
+ Coverage 72.39% 78.08% +5.69%
==========================================
Files 16 16
Lines 192 178 -14
Branches 3 3
==========================================
Hits 139 139
+ Misses 50 36 -14
Partials 3 3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 85 files at r1, 1 of 1 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
Pull Request (PR) description:
Removing dependency on PsDesiredStateConfiguration Resource which in some cases is out of date and no longer supported.
This Pull Request (PR) fixes the following issues:
This fixes #345 , #363
Task list:
This change is