mattermost/mattermost

403 on getPrevTrialLicense

オープン

#30,551 opened on 2025/03/24

 (5 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (7,823 件のフォーク)batch import
Help Wanted

Repository metrics

Stars
 (32,880 個のスター)
PR merge metrics
 (平均マージ 6d 5h) (30d で 318 merged PRs)

説明

Our free installation of Mattermost is generating 403 return codes every time it probes for a trial license. Specifically, this is the traceback for that 403 on a GET call to https://mattermost.*****.es/api/v4/trial-license/prev Image

The function that originates this erroneous call is the OnBoardingTaskList, which gets called even if we deactivate the onboarding task list Image

For us this is very problematic, because the 403 events are identified by our reverse proxy as an attacker trying to access disallowed pages. This results in users getting systematically blocked from accessing our instance.

コントリビューターガイド