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