Kanboard logo

Kanboard

Kanban project management software

Alternative to: trello, jira, asana

Kanboard screenshot

About Versions (101)

v1.2.50

2026-02-08

Security Improvements

  • Added missing authorization checks in multiple controllers.
  • Enforced project-level authorization checks where they were missing.
  • Improved plugin security by enforcing installer checks in PluginController actions.
  • Enabled Parsedown safe mode to add an extra layer of protection to Markdown rendering against unsafe content.
  • Added CSRF protection for project role changes and enforced JSON content type for related endpoints.

Maintenance & Tooling

  • Updated the PHPUnit version used for the test suite.
  • Switched the GitHub workflow to use the php-cs-fixer Docker image instead of installing it via Composer.

Dependencies

  • Updated pimple/pimple from version 3.5.0 to 3.6.1.