Security updates for CodeQL
This commit is contained in:
2
dist/app-boot.js.map
vendored
2
dist/app-boot.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -4510,7 +4510,7 @@ this._secureLog('info', '🔒 Enhanced Mutex system fully initialized and valida
|
|||||||
} while (randomValue >= 256 - (256 % range));
|
} while (randomValue >= 256 - (256 % range));
|
||||||
return (randomValue % range) + min;
|
return (randomValue % range) + min;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generate fingerprint mask for anti-fingerprinting with enhanced randomization
|
// Generate fingerprint mask for anti-fingerprinting with enhanced randomization
|
||||||
generateFingerprintMask() {
|
generateFingerprintMask() {
|
||||||
// Enhanced randomization to prevent side-channel attacks
|
// Enhanced randomization to prevent side-channel attacks
|
||||||
|
|||||||
Reference in New Issue
Block a user