<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/cgi, branch ruby_3_3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Merge cgi-0.4.2</title>
<updated>2025-03-08T07:27:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-26T09:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ecb9f7ef372c70c3e4fa81a5002533814a94aa86'/>
<id>ecb9f7ef372c70c3e4fa81a5002533814a94aa86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Add snake case aliases for escapeURIComponent</title>
<updated>2023-11-07T10:22:30+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2022-08-16T10:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ced84beb2518d173988bb92c6d96aa854a35abe6'/>
<id>ced84beb2518d173988bb92c6d96aa854a35abe6</id>
<content type='text'>
As agreed in [Feature #18822]

https://github.com/ruby/cgi/commit/9d1161ec9d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As agreed in [Feature #18822]

https://github.com/ruby/cgi/commit/9d1161ec9d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] doc: fix method name</title>
<updated>2023-10-14T16:46:14+00:00</updated>
<author>
<name>Alexandre ZANNI</name>
<email>16578570+noraj@users.noreply.github.com</email>
</author>
<published>2023-10-14T12:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7865cebfb7a113ed87409a41424c4fd617dee67c'/>
<id>7865cebfb7a113ed87409a41424c4fd617dee67c</id>
<content type='text'>
there was probably a copy paste mistake in the example of unescapeURIComponent (copied from unescape)

https://github.com/ruby/cgi/commit/f8fb627e90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there was probably a copy paste mistake in the example of unescapeURIComponent (copied from unescape)

https://github.com/ruby/cgi/commit/f8fb627e90
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Add TruffleRuby support and add it in CI</title>
<updated>2023-05-29T19:33:38+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2023-05-29T11:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f61bd3ca806dab1de8052f70bb72938b8ef64edc'/>
<id>f61bd3ca806dab1de8052f70bb72938b8ef64edc</id>
<content type='text'>
https://github.com/ruby/cgi/commit/1240fec9c9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/1240fec9c9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] blade is hosted under ruby-lang.org now</title>
<updated>2023-01-23T03:41:54+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-01-23T03:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d8751c0aa7dae6180cee849c0750f58515c13cbe'/>
<id>d8751c0aa7dae6180cee849c0750f58515c13cbe</id>
<content type='text'>
https://github.com/ruby/cgi/commit/826ba3140c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/826ba3140c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Loosen the domain regex to accept '.'</title>
<updated>2022-11-28T04:34:11+00:00</updated>
<author>
<name>Xenor Chang</name>
<email>tubaxenor@gmail.com</email>
</author>
<published>2022-11-28T04:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=745dcf5326ea2c8e2047a3bddeb0fbb7e7d07649'/>
<id>745dcf5326ea2c8e2047a3bddeb0fbb7e7d07649</id>
<content type='text'>
(https://github.com/ruby/cgi/pull/29)

* Loosen the domain regex to accept '.'

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

https://github.com/ruby/cgi/commit/5e09d632f3
Co-authored-by: Hiroshi SHIBATA &lt;hsbt@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/cgi/pull/29)

* Loosen the domain regex to accept '.'

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

https://github.com/ruby/cgi/commit/5e09d632f3
Co-authored-by: Hiroshi SHIBATA &lt;hsbt@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Relax domain label restrictions</title>
<updated>2022-11-22T02:12:50+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-11-22T02:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=58682b6980e9c2046f4b18025c4b684661fbcf66'/>
<id>58682b6980e9c2046f4b18025c4b684661fbcf66</id>
<content type='text'>
https://github.com/ruby/cgi/commit/b46d41c363
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/b46d41c363
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Prevent CRLF injection</title>
<updated>2022-11-22T02:00:11+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-11-22T01:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0e75b2f2e633ac9579e63e1d4b3bad02e915889c'/>
<id>0e75b2f2e633ac9579e63e1d4b3bad02e915889c</id>
<content type='text'>
Throw a RuntimeError if the HTTP response header contains CR or LF to
prevent HTTP response splitting.

https://hackerone.com/reports/1204695

https://github.com/ruby/cgi/commit/64c5045c0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Throw a RuntimeError if the HTTP response header contains CR or LF to
prevent HTTP response splitting.

https://hackerone.com/reports/1204695

https://github.com/ruby/cgi/commit/64c5045c0a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Check cookie name/path/domain characters</title>
<updated>2022-11-22T02:00:10+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-08-16T09:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c05f85f373ed48594d9bf08e11ae0c84c06062f7'/>
<id>c05f85f373ed48594d9bf08e11ae0c84c06062f7</id>
<content type='text'>
https://hackerone.com/reports/1204977

https://github.com/ruby/cgi/commit/30107a4797
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://hackerone.com/reports/1204977

https://github.com/ruby/cgi/commit/30107a4797
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`</title>
<updated>2022-08-16T10:12:03+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2022-06-09T10:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3850113e20b8c031529fc79de7202f61604425dd'/>
<id>3850113e20b8c031529fc79de7202f61604425dd</id>
<content type='text'>
[Feature #18822]

Ruby is somewhat missing an RFC 3986 compliant escape method.

https://github.com/ruby/cgi/commit/c2729c7f33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Feature #18822]

Ruby is somewhat missing an RFC 3986 compliant escape method.

https://github.com/ruby/cgi/commit/c2729c7f33
</pre>
</div>
</content>
</entry>
</feed>
