10000 Comparing master...v0.15.4-security · jruby/jruby-openssl · GitHub
[go: up one dir, main page]

Skip to content
Permalink

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: jruby/jruby-openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jruby/jruby-openssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.4-security
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on May 7, 2025

  1. Verify hostname by default

    This was disabled years ago while we were adding support for it,
    but it has been working for some time now. This patch re-enables
    hostname verification by default.
    
    This addresses CVE-2025-46551 and GHSA-72qj-48g4-5xgx.
    
    Users can work around this by applying this patch manually to their
    own jruby-openssl and jruby installs, or by re-enabling hostname
    verification with the following code early in application boot:
    
    ```ruby
    require 'openssl'
    
    OpenSSL::SSL::SSLContext::DEFAULT_PARAMS[:verify_hostname] = true
    ```
    headius committed May 7, 2025
    Configuration menu
    Copy the full SHA
    96444ea View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    Verify hostname by default
    headius authored May 7, 2025
    Configuration menu
    Copy the full SHA
    31a56d6 View commit details
    Browse the repository at this point in the history
  3. Update history for 0.15.4

    headius committed May 7, 2025
    Configuration menu
    Copy the full SHA
    7d037ad View commit details
    Browse the repository at this point in the history
  4. Update version for 0.15.4

    headius committed May 7, 2025
    Configuration menu
    Copy the full SHA
    4a83566 View commit details
    Browse the repository at this point in the history
Loading
0