Path to this page:
./
www/ruby-cgi,
Support for the Common Gateway Interface protocol
Branch: CURRENT,
Version: 0.4.2,
Package name: ruby32-cgi-0.4.2,
Maintainer: pkgsrc-usersCGI
CGI is a large class, providing several categories of methods, many of which
are mixed in from other modules. Some of the documentation is in this
class, some in the modules CGI::QueryExtension and CGI::HtmlExtension. See
CGI::Cookie for specific information on handling cookies, and cgi/session.rb
(CGI::Session) for information on sessions.
For queries, CGI provides methods to get at environmental variables,
parameters, cookies, and multipart request data. For responses, CGI
provides methods for writing output and generating HTML.
Master sites:
Filesize: 37 KB
Version history: (Expand)
- (2025-03-02) Package added to pkgsrc.se, version ruby32-cgi-0.4.2 (created)
CVS history: (Expand)
2025-03-02 15:51:54 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
www/ruby-cgi: add package version 0.4.2
ruby-cgi contains newer version of cgi gem which is default gem of Ruby.
This package intends to handle these security problem of cgi gem in Ruby.
CVE-2025-27219: Denial of Service in CGI::Cookie.parse
CVE-2025-27220: ReDoS in CGI::Util#escapeElement
CVE-2025-27221: userinfo leakage in URI#join, URI#merge and URI#+
CGI
CGI is a large class, providing several categories of methods, many of which
are mixed in from other modules. Some of the documentation is in this
class, some in the modules CGI::QueryExtension and CGI::HtmlExtension. See
CGI::Cookie for specific information on handling cookies, and cgi/session.rb
(CGI::Session) for information on sessions.
For queries, CGI provides methods to get at environmental variables,
parameters, cookies, and multipart request data. For responses, CGI
provides methods for writing output and generating HTML.
|