From f30868aa10e340b3edd498a34f1d6c3651970d84 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 2 Nov 2025 00:27:00 +0900 Subject: [PATCH] fix: add Crypto-DPAPI Debug log size configuration to WELA.ps1 --- WELA.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/WELA.ps1 b/WELA.ps1 index e66266a2..f98300dc 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -5409,6 +5409,7 @@ function AuditFileSize { "Microsoft-Windows-Bits-Client/Analytic" = @("1 MB", "128 MB+") "Microsoft-Windows-Bits-Client/Operational" = @("1 MB", "128 MB+") "Microsoft-Windows-CodeIntegrity/Operational" = @("1 MB", "128 MB+") + "Microsoft-Windows-Crypto-DPAPI/Debug" = @("1 MB", "128 MB+") "Microsoft-Windows-DriverFrameworks-UserMode/Operational" = @("1 MB", "128 MB+") "Microsoft-Windows-NTLM/Operational" = @("1 MB", "128 MB+") "Microsoft-Windows-PowerShell/Operational" = @("20 MB", "256 MB+")