mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-14 13:12:52 +01:00
feat: verbose security
This commit is contained in:
@@ -33,7 +33,7 @@ function ColorPrint {
|
|||||||
[array]$sub_categories
|
[array]$sub_categories
|
||||||
)
|
)
|
||||||
|
|
||||||
if ($line -eq $category) {
|
if ($line.Trim() -eq $category.Trim()) {
|
||||||
$allEnabled = $true
|
$allEnabled = $true
|
||||||
$allDisabled = $true
|
$allDisabled = $true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user