Skip to content

Commit 7f014d9

Browse files
committed
Fix bug in ASR rule parsing
1 parent dd76b5a commit 7f014d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HardeningKitty.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
#
578578
# Start Main
579579
#
580-
$HardeningKittyVersion = "0.9.0-1670853852"
580+
$HardeningKittyVersion = "0.9.0-1670934249"
581581

582582
#
583583
# Log, report and backup file
@@ -1398,7 +1398,7 @@
13981398
$AsrRule = $AsrRow.Split("=")
13991399
If ($AsrRule[0] -eq $Finding.MethodArgument) {
14001400
$Result = $AsrRule[1]
1401-
Continue
1401+
Break
14021402
} Else {
14031403
$Result = $Finding.DefaultValue
14041404
}

0 commit comments

Comments
 (0)