Severity: MEDIUM
Location: src/Controllers/AccountController.php:744-746
Bug: Export file contains live session identifiers.
Fix: Exclude session id or hash before inclusion.
Status: open. Will reply with remediation details when resolved.
Severity: MEDIUM
Location: src/Controllers/AccountController.php:744-746
Bug: Export file contains live session identifiers.
Fix: Exclude session id or hash before inclusion.
Status: open. Will reply with remediation details when resolved.
Resolved.
Resolved as part of the C-8 fix. The GDPR export no longer includes raw session ids — each session row now returns a SHA-256-derived session_fingerprint instead:
SELECT SUBSTRING(SHA2(id, 256), 1, 12) AS session_fingerprint, ...
See thread #1664 for the full diff.
Locking this thread.