mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #15088] [CLOSED] Fix: Vitest RCE Vulnerability #39341
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15088
Author: @leonardoveic
Created: 6/17/2025
Status: ❌ Closed
Base:
main← Head:issue-12/upgrade-vitest-fix-rce-vulnerability📝 Commits (10+)
b16eadbMake groups owned by company847ad23Small permission bugfix, don't sort groups on retrieval0fd909cUser permissions new defaults2f5502dAdd permissions menu to gropups, remove from group61bacb2Replace chat logo with company logo based on company settings89ec2d1Add invite in a group functionality7c99624Backend refactoring (1)7ca6a44Backend refactoring (2)64428b0Allow to create groups and assign users to groups in invitedecbfceFix company settings model control📊 Changes
374 files changed (+27223 additions, -5519 deletions)
View changed files
➖
.github/workflows/build-release.yml(+0 -72)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)➕
.github/workflows/docker-build-push.yml(+240 -0)➖
.github/workflows/docker-build.yaml(+0 -477)➖
.github/workflows/format-backend.yaml(+0 -39)➖
.github/workflows/format-build-frontend.yaml(+0 -57)➖
.github/workflows/integration-test.disabled(+0 -255)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)➖
.github/workflows/release-pypi.yml(+0 -32)📝
.gitignore(+1 -0)📝
Dockerfile(+4 -1)➕
backend/beyond_the_loop/dev.sh(+12 -0)📝
backend/beyond_the_loop/models/auths.py(+51 -9)➕
backend/beyond_the_loop/models/companies.py(+328 -0)➕
backend/beyond_the_loop/models/completions.py(+90 -0)📝
backend/beyond_the_loop/models/groups.py(+7 -11)➕
backend/beyond_the_loop/models/model_costs.py(+87 -0)➕
backend/beyond_the_loop/models/models.py(+401 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.