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"