mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
- account.php: replace !== CSRF token check with hash_equals - ShareLink::setPassword(): also encrypt and store plain-text password alongside the hash, matching create() behavior so the decrypted_password decoration stays correct after password updates
337 B
337 B
TODO
- Fix
account.php: replace!==CSRF token check withhash_equals(constant-time comparison) - Fix
ShareLink::setPassword(): also encrypt and store plain-text password, matchingcreate()behavior - Audit: confirm all remaining credential comparison sites use constant-time
hash_equalsorpassword_verify