mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-22 12:12:18 -05:00
The license servers are hardcoded, but the check client followed redirects without any policy and dialed without the SSRF guard, so a hijacked or poisoned license host could forward the license key to an internal address. Redirects are refused outright rather than capped: the check is a POST to a fixed JSON API that never redirects.