mirror of
https://github.com/Yamato-Security/WELA.git
synced 2026-04-01 18:31:47 +02:00
update
This commit is contained in:
@@ -6,7 +6,7 @@ $filteredOutput = $auditpolOutput | Select-String -NotMatch "No Auditing"
|
||||
$extractedStrings = [System.Collections.Generic.HashSet[string]]::new()
|
||||
$filteredOutput | ForEach-Object {
|
||||
if ($_ -match '{(.*?)}') {
|
||||
$extractedStrings.Add($matches[1])
|
||||
[void]$extractedStrings.Add($matches[1])
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user