Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6d69636b committed Mar 4, 2024
1 parent 6d24c4f commit 509f8af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion HardeningKitty.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
#
# Start Main
#
$HardeningKittyVersion = "0.9.3-1702922807"
$HardeningKittyVersion = "0.9.3-1709581849"

#
# Log, report and backup file
Expand Down Expand Up @@ -2799,6 +2799,12 @@
Continue
}

$FwState = $Finding.RecommendedValue
If ($FwState -eq 'False') {
# Do not create a firewall rule with state equal to false
Continue
}

$FwRule = $Finding.MethodArgument
$FwRuleArray = $FwRule.Split("|")

Expand Down

0 comments on commit 509f8af

Please sign in to comment.