Skip to content

Scrumooth v2.0.2

Choose a tag to compare

@github-actions github-actions released this 16 Jun 11:12
46c38e3

Docker Images

docker pull ghcr.io/orbivort/scrumooth/backend:2.0.2
docker pull ghcr.io/orbivort/scrumooth/frontend:2.0.2

Deployment

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 -d

What'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