You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for flagging, this option didn't exist when ssrf_filter was originally written. It looks like it's only supported on ruby 2.7+ so I'd have to drop ruby 2.6 support to use this, but that seems ok
@arkadiyt Thanks for the quick reply! If you release a new gem version that would make it easier to use the latest version (I would prefer to avoid patches to SSLSocket)
Maybe I am missing something but I think that the validation flow should be:
Net::HTTP#start
with theipaddr
parameter to connect to that IP addressipaddr
doesn't alter them)This would make the monkeypatch unnecessary.
The text was updated successfully, but these errors were encountered: