Security updates for CodeQL

This commit is contained in:
lockbitchat
2025-10-19 23:39:14 -04:00
parent e209d3e6f5
commit 5c658cdd6c
2 changed files with 2 additions and 2 deletions

View File

@@ -4510,7 +4510,7 @@ this._secureLog('info', '🔒 Enhanced Mutex system fully initialized and valida
} while (randomValue >= 256 - (256 % range));
return (randomValue % range) + min;
}
// Generate fingerprint mask for anti-fingerprinting with enhanced randomization
generateFingerprintMask() {
// Enhanced randomization to prevent side-channel attacks