Skip to content

V1.7.0🛡️

Choose a tag to compare

@kittendevv kittendevv released this 26 Oct 08:25
· 24 commits to main since this release
5244325

Security changes

  • Added middleware to enforce secure headers in both backend and frontend, including HSTS, CSP, and various security policies.
  • Replaced basic authentication with JWT bearer token for admin routes and login functionality.
  • Implemented safe URL parsing and validation for remote resources.
  • Improved error handling and response messages for authentication processes.
  • Updated frontend to handle JWT tokens and manage session cookies securely.
  • Refactored template installation logic to ensure safe file paths and identifiers.
  • Enhanced HTML rendering functions to escape user input and prevent XSS vulnerabilities.
  • Fixed versioning display on dashboard