From 30b966df489ddfe880e10b84d4c714beca2be011 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:38:12 +0900 Subject: [PATCH] chg: add BOM --- WELA.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WELA.ps1 b/WELA.ps1 index 6966635a..8a8e1300 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -1,4 +1,4 @@ -class WELA { +class WELA { static [array] $Levels = @('critical', 'high', 'medium', 'low', 'informational') [string] $Category [string] $SubCategory