Skip to content

Commit

Permalink
Fix bug in ASR rule parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6d69636b committed Dec 13, 2022
1 parent dd76b5a commit 7f014d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HardeningKitty.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
#
# Start Main
#
$HardeningKittyVersion = "0.9.0-1670853852"
$HardeningKittyVersion = "0.9.0-1670934249"

#
# Log, report and backup file
Expand Down Expand Up @@ -1398,7 +1398,7 @@
$AsrRule = $AsrRow.Split("=")
If ($AsrRule[0] -eq $Finding.MethodArgument) {
$Result = $AsrRule[1]
Continue
Break
} Else {
$Result = $Finding.DefaultValue
}
Expand Down

0 comments on commit 7f014d9

Please sign in to comment.