Name: | rh-ruby27-rubygem-net-telnet |
---|---|
Version: | 0.2.0 |
Release: | 132.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 41323 |
License: | (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD |
RPM: | rh-ruby27-rubygem-net-telnet-0.2.0-132.el7.noarch.rpm |
Source RPM: | rh-ruby27-ruby-2.7.8-132.el7.src.rpm |
Build Date: | Thu May 25 2023 |
Build Host: | build-ol7-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://ruby-lang.org/ |
Summary: | Provides telnet client functionality |
Description: | Provides telnet client functionality. This class also has, through delegation, all the methods of a socket object (by default, a TCPSocket, but can be set by the Proxy option to new()). This provides methods such as close() to end the session and sysread() to read data directly from the host, instead of via the waitfor() mechanism. Note that if you do use sysread() directly when in telnet mode, you should probably pass the output through preprocess() to extract telnet command sequences. |
- Upgrade to Ruby 2.7.8. Resolves: rhbz#2149267 - Fix HTTP response splitting in CGI. Resolves: CVE-2021-33621 - Fix ReDoS vulnerability in URI. Resolves: CVE-2023-28755 - Fix ReDoS vulnerability in Time. Resolves: CVE-2023-28756
- Upgrade to Ruby 2.7.6. Resolves: rhbz#2128631 - Fix buffer overflow in CGI.escape_html. Resolves: CVE-2021-41816 - Fix Regular Expression Denial of Service Vulnerability of Date parsing methods. Resolves: CVE-2021-41817 - Fix cookie prefix spoofing in CGI::Cookie.parse. Resolves: CVE-2021-41819 - Fix buffer overrun in String-to-Float conversion. Resolves: CVE-2022-28739
- Upgrade to Ruby 2.7.4. - Fix command injection vulnerability in RDoc. Resolves: CVE-2021-31799 - Fix FTP PASV command response can cause Net::FTP to connect to arbitrary host. Resolves: CVE-2021-31810 - Fix StartTLS stripping vulnerability in Net::IMAP. Resolves: CVE-2021-32066 - Revert a commit changing CFLAGS to avoid failures in test_jit.rb. - Upgrade to Bundler 2.2.24. Resolves: CVE-2020-36327 - Fix some failing Bundler tests with old Git.
- Upgrade to Ruby 2.7.3. Resolves: rhbz#1947931 - Resolv::DNS: timeouts if multiple IPv6 name servers are given and address contains leading zero Resolves: rhbz#1950016
- Upgrade to Ruby 2.7.1. Resolves: rhbz#1826872 - Call load builtin macro if it is defined, or call own load macro.
- Fix did_you_mean (LoadError) that happens when running `bundle install`. Resolves: rhbz#1819245
- Provide StdLib links for Racc and install it by default.
- Upgrade to Ruby 2.7.0.
- Exclude {rdoc,irb}.rb dangling symlinks from ruby-libs.
- Link IRB back to StdLib.