VYPR

RubyGems package

faraday

pkg:gem/faraday

Vulnerabilities (1)

  • CVE-2026-25765Feb 9, 2026
    affected >= 2.0.0, < 2.14.1fixed 2.14.1

    Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. Prior to 2.14.1, Faraday's build_exclusive_url method (in lib/faraday/connection.rb) uses Ruby's URI#merge to combine the connection's base URL with a user-supplied path. Per