mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Math.random() is not cryptographically secure. Replace with crypto.getRandomValues() in both generatePassword() functions to resolve CodeQL js/insecure-randomness alerts.