Update diffusers to 0.38.0 (security: GHSA-7wx4-6vff-v64p, GHSA-98h9-4798-4q5v)#2563
Open
katsugtgz wants to merge 1 commit into
Open
Update diffusers to 0.38.0 (security: GHSA-7wx4-6vff-v64p, GHSA-98h9-4798-4q5v)#2563katsugtgz wants to merge 1 commit into
katsugtgz wants to merge 1 commit into
Conversation
Addresses security advisories for diffusers < 0.38.0: - GHSA-7wx4-6vff-v64p (CVSS 7.5): TOCTOU Trust Remote Code Bypass - GHSA-98h9-4798-4q5v (CVSS 8.8): trust_remote_code bypass via custom_pipeline - PYSEC-2026-40 / PYSEC-2026-41 Updates pinned version in all platform requirements files and server_requirements.txt from 0.37.0/0.37.1 to 0.38.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
diffuserspinned version from 0.37.0/0.37.1 to 0.38.0 across all platform requirements files andserver_requirements.txt.Advisories cleared
trust_remote_codebypass viacustom_pipelineand local custom componentsAll four are fixed in diffusers 0.38.0 per OSV.
Verification
osv-scanneronserver_requirements.txtbefore patch reportsdiffusers==0.37.0with the above advisories. After patching to 0.38.0, osv-scanner reports zero findings for diffusers. Remaining advisories in the scan are unrelated packages (aiohttp, pillow) outside the scope of this PR.Scope
Lockfile/requirements changes only — no source or logic changes. 0.38.0 is a minor release; no breaking changes documented in the release notes.