./www/ruby-cgi, Support for the Common Gateway Interface protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.2, Package name: ruby32-cgi-0.4.2, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 37 KB

Version history: (Expand)


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.