This commit is contained in:
fukusuket
2025-03-13 20:12:04 +09:00
parent 1e8d431206
commit cae9775bca

View File

@@ -9,7 +9,6 @@ $filteredOutput | ForEach-Object {
[void]$extractedStrings.Add($matches[1]) [void]$extractedStrings.Add($matches[1])
} }
} }
[void]$extractedStrings.Add("00000000-0000-0000-0000-000000000000")
# Step 2: Read the rules from security_rules.json # Step 2: Read the rules from security_rules.json
$jsonFilePath = "./config/security_rules.json" $jsonFilePath = "./config/security_rules.json"