mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 17:22:50 +01:00
fix: subcategory
This commit is contained in:
2
WELA.ps1
2
WELA.ps1
@@ -79,7 +79,7 @@
|
|||||||
$ruleCounts += ")"
|
$ruleCounts += ")"
|
||||||
}
|
}
|
||||||
if ($this.SubCategory) {
|
if ($this.SubCategory) {
|
||||||
Write-Host " - $this.SubCategory: $ruleCounts" -ForegroundColor $color
|
Write-Host " - $($this.SubCategory): $ruleCounts" -ForegroundColor $color
|
||||||
}
|
}
|
||||||
if ($this.DefaultSetting) {
|
if ($this.DefaultSetting) {
|
||||||
Write-Host " - Default Setting: $($this.DefaultSetting)"
|
Write-Host " - Default Setting: $($this.DefaultSetting)"
|
||||||
|
|||||||
Reference in New Issue
Block a user