From cae9775bcacb3c5e9bbb5eb9c1a95ea4da7b8b01 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Thu, 13 Mar 2025 20:12:04 +0900 Subject: [PATCH] update --- WELA.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/WELA.ps1 b/WELA.ps1 index 6996d830..e212a830 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -9,7 +9,6 @@ $filteredOutput | ForEach-Object { [void]$extractedStrings.Add($matches[1]) } } -[void]$extractedStrings.Add("00000000-0000-0000-0000-000000000000") # Step 2: Read the rules from security_rules.json $jsonFilePath = "./config/security_rules.json"