Skip to content

fix(deps): Upgrade faraday gem for SSRF vulnerability (Build Exclusive URL)#70

Open
technicalpickles wants to merge 2 commits into
mainfrom
faraday-fixes
Open

fix(deps): Upgrade faraday gem for SSRF vulnerability (Build Exclusive URL)#70
technicalpickles wants to merge 2 commits into
mainfrom
faraday-fixes

Conversation

@technicalpickles

@technicalpickles technicalpickles commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

This pull request updates the 'faraday' dependency from version <= 2.14.0 to >= 2.14.2. This change is critical as it mitigates a Server-Side Request Forgery (SSRF) vulnerability found in Faraday's build_exclusive_url method. The issue arises because protocol-relative URLs passed through Faraday's request methods can override the connection's base URL host, redirecting requests to an arbitrary external host controlled by an attacker. Upgrading resolves this security flaw entirely.

@technicalpickles technicalpickles requested a review from a team as a code owner June 17, 2026 21:46
@github-project-automation github-project-automation Bot moved this to Triage in Modularity Jun 17, 2026
@technicalpickles technicalpickles changed the title fix(deps): Upgrade faraday to >= 2.14.2 due to SSRF vulnerability in build_exclusive_url #72 fix(deps): Upgrade faraday gem for SSRF vulnerability (Build Exclusive URL) Jun 17, 2026
@technicalpickles technicalpickles enabled auto-merge (squash) June 24, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

1 participant