We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd76b5a commit 7f014d9Copy full SHA for 7f014d9
HardeningKitty.psm1
@@ -577,7 +577,7 @@
577
#
578
# Start Main
579
580
- $HardeningKittyVersion = "0.9.0-1670853852"
+ $HardeningKittyVersion = "0.9.0-1670934249"
581
582
583
# Log, report and backup file
@@ -1398,7 +1398,7 @@
1398
$AsrRule = $AsrRow.Split("=")
1399
If ($AsrRule[0] -eq $Finding.MethodArgument) {
1400
$Result = $AsrRule[1]
1401
- Continue
+ Break
1402
} Else {
1403
$Result = $Finding.DefaultValue
1404
}
0 commit comments