chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.9.5 #6827
Reference in New Issue
Block a user
Delete Branch "renovate/unified-open-webui"
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?
This PR contains the following updates:
v0.9.4→v0.9.5Release Notes
open-webui/open-webui (ghcr.io/open-webui/open-webui)
v0.9.5Compare Source
Added
AIOHTTP_CLIENT_ALLOW_REDIRECTSenvironment variable, preventing redirect-based SSRF where a public URL silently redirects to internal addresses (RFC 1918, loopback, cloud-metadata endpoints). Affected call sites include web fetch, image loading, OAuth discovery, tool server execution, and code interpreter login. #24491IFRAME_CSPenvironment variable, restricting what LLM-generated or user-uploaded HTML can load and execute inside previews. CommitTERMINAL_PROXY_HEADERSenvironment variable (JSON object), enabling deployment-specific security headers like sandbox policies for proxied content. CommitFixed
is_pinnedbeing passed to the SQLAlchemy model on create, and passed twice toNoteResponseon read. #24484, #24486sharing.public_skillspermission, preventing non-admin users from making skills publicly accessible without the required permission. #24494sharing.public_calendarspermission, preventing users from making calendars publicly readable or writable without explicit admin-granted sharing permission. #24493user_idfield through mass-assignment, preventing authenticated users from attributing ratings to other users and corrupting Elo leaderboard rankings and admin feedback exports. #24508process_fileandprocess_files_batchretrieval endpoints now enforce collection write-access checks before embedding content, preventing authenticated users from injecting file content into another user's knowledge-base collection. #24524workspace.toolsorworkspace.tools_importpermission, preventing users with only a write-access grant from overwriting executable tool code while still allowing metadata edits. #24513validate_url()before fetching, aligning the defense-in-depth posture with sibling image-loading paths. #24518paramsdict (including system prompts) from responses to callers without write access, preventing read-only users from viewing admin-curated model configuration. #24525PROFILE_IMAGE_ALLOWED_MIME_TYPES) and setsX-Content-Type-Options: nosniff, preventing stored-XSS through SVG or other executable content types. CommitChanged
GET /api/v1/retrieval/status endpoint has been removed as dead code — retrieval configuration is already available through authenticated admin endpoints. #24497v0.9.5Compare Source
Added
AIOHTTP_CLIENT_ALLOW_REDIRECTSenvironment variable, preventing redirect-based SSRF where a public URL silently redirects to internal addresses (RFC 1918, loopback, cloud-metadata endpoints). Affected call sites include web fetch, image loading, OAuth discovery, tool server execution, and code interpreter login. #24491IFRAME_CSPenvironment variable, restricting what LLM-generated or user-uploaded HTML can load and execute inside previews. CommitTERMINAL_PROXY_HEADERSenvironment variable (JSON object), enabling deployment-specific security headers like sandbox policies for proxied content. CommitFixed
is_pinnedbeing passed to the SQLAlchemy model on create, and passed twice toNoteResponseon read. #24484, #24486sharing.public_skillspermission, preventing non-admin users from making skills publicly accessible without the required permission. #24494sharing.public_calendarspermission, preventing users from making calendars publicly readable or writable without explicit admin-granted sharing permission. #24493user_idfield through mass-assignment, preventing authenticated users from attributing ratings to other users and corrupting Elo leaderboard rankings and admin feedback exports. #24508process_fileandprocess_files_batchretrieval endpoints now enforce collection write-access checks before embedding content, preventing authenticated users from injecting file content into another user's knowledge-base collection. #24524workspace.toolsorworkspace.tools_importpermission, preventing users with only a write-access grant from overwriting executable tool code while still allowing metadata edits. #24513validate_url()before fetching, aligning the defense-in-depth posture with sibling image-loading paths. #24518paramsdict (including system prompts) from responses to callers without write access, preventing read-only users from viewing admin-curated model configuration. #24525PROFILE_IMAGE_ALLOWED_MIME_TYPES) and setsX-Content-Type-Options: nosniff, preventing stored-XSS through SVG or other executable content types. CommitChanged
GET /api/v1/retrieval/status endpoint has been removed as dead code — retrieval configuration is already available through authenticated admin endpoints. #24497Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.