Files
codeql/ruby/ql/lib/change-notes/released/5.0.2.md
2025-08-18 14:06:09 +00:00

293 B

5.0.2

Bug Fixes

  • Made the following changes to NetHttpRequest
    • Adds connectionNode, like other Ruby HTTP clients
    • Makes requestNode and connectionNode public so subclasses can use them
    • Adds detection of Net::HTTP.start, a common way to make HTTP requests in Ruby