Skip to content

Releases: cdoebler/php-generic-user-switcher

Security fixes and logging

15 Dec 09:32

Choose a tag to compare

  • Implemented optional audit logging system to allow tracking of all impersonation events for security monitoring, compliance, and forensic analysis.
  • Added session regeneration to prevent session fixation attacks when starting or stopping impersonation.
  • Implemented validation of user identifiers.
  • Prevented XSS in HTML attribute context and improved type safety.
  • Fixed XSS vulnerability in user selector.

Initial release.

14 Dec 15:30

Choose a tag to compare

v1.0.0

Update PHPStan level in README.