-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: lostisland/faraday
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lostisland/faraday
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 10 files changed
- 4 contributors
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d72db28 - Browse repository at this point
Copy the full SHA d72db28View commit details -
Add support for Ruby 3.2.0 in Faraday v1.x (#1483)
* Run tests against Ruby 3.2 * Declare `DependencyLoader#new` with `ruby2_keywords` to fix Ruby 3.2.0 When adding a middleware that receives keyword arguments in the constructor, the call from `DependencyLoader#new` fails because the method is not defined using `ruby2_keywords`. This adds the required `ruby2_keywords` declaration to `DependencyLoader#new`, fixing the tests and getting Faraday v1.x working with Ruby 3.2.0. Fixes #1479. Co-authored-by: Matt <iMacTia@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 16506ee - Browse repository at this point
Copy the full SHA 16506eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a382b5 - Browse repository at this point
Copy the full SHA 7a382b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c038b - Browse repository at this point
Copy the full SHA 92c038bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeec367 - Browse repository at this point
Copy the full SHA eeec367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8208693 - Browse repository at this point
Copy the full SHA 8208693View commit details
Commits on Sep 20, 2024
-
Make sure that
Faraday::Request::JsonandFaraday::Response::Json…… are correctly autoloaded (#1595)
Configuration menu - View commit details
-
Copy full SHA for 435888d - Browse repository at this point
Copy the full SHA 435888dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c990e - Browse repository at this point
Copy the full SHA 41c990eView commit details
Commits on Feb 12, 2026
-
Backport security fix for CVE-2026-25765 to 1.x branch (#1665)
Protocol-relative URLs (e.g. `//evil.com/path`) bypassed the existing relative-URL guard in `build_exclusive_url`, allowing an attacker-controlled URL to override the connection's base host. The `//` prefix matched the `/` check in `start_with?`, so these URLs were passed through to `URI#+` which treated them as authority references, replacing the host. Extend the guard condition so that URLs starting with `//` are prefixed with `./`, neutralizing the authority component and keeping requests scoped to the configured base host. This backport maintains backward compatibility with the 1.x branch's colon-escaping behavior for opaque URIs like `service:search`. Security: CVE-2026-25765, GHSA-33mh-2634-fwr2 Co-authored-by: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for d0fc049 - Browse repository at this point
Copy the full SHA d0fc049View commit details -
Update rubocop complexity thresholds for security fix
The CVE-2026-25765 security fix added an additional conditional check to build_exclusive_url, increasing complexity metrics from 13 to 15. Update the rubocop_todo.yml thresholds to reflect this acceptable increase for security purposes. Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for ea02c0e - Browse repository at this point
Copy the full SHA ea02c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1d68a - Browse repository at this point
Copy the full SHA 5c1d68aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.10.2...v1.10.5