Scrumooth v2.0.2
Docker Images
docker pull ghcr.io/orbivort/scrumooth/backend:2.0.2
docker pull ghcr.io/orbivort/scrumooth/frontend:2.0.2Deployment
See the Deployment Guide for complete setup instructions.
Quick start:
git clone --depth 1 --branch v2.0.2 https://github.com/orbivort/scrumooth.git
cd scrumooth
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -dWhat's Changed
[2.0.2] - 2026-06-16
Security
- form-data: fix CRLF injection vulnerability in form-data via unescaped multipart field names and filenames - CVE-2026-12143
Full Changelog: v2.0.1...v2.0.2