-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README for release. Add security section.
Conflicts: README
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -469,11 +469,27 @@ run on port 11211) and memcache-client installed. | |
* Rack::BodyProxy now explicitly defines #each, useful for C extensions | ||
* Cookies that are not URI escaped no longer cause exceptions | ||
|
||
* January 7th, 2013: Thirtieth public release 1.3.8 | ||
* Security: Prevent unbounded reads in large multipart boundaries | ||
|
||
* January 7th, 2013: Thirty first public release 1.4.3 | ||
* Security: Prevent unbounded reads in large multipart boundaries | ||
|
||
* January 13th, 2013: Thirty second public release 1.4.4, 1.3.9, 1.2.7, 1.1.5 | ||
* [SEC] Rack::Auth::AbstractRequest no longer symbolizes arbitrary strings | ||
* Fixed erroneous test case in the 1.3.x series | ||
|
||
== Contact | ||
|
||
Please post bugs, suggestions and patches to | ||
the bug tracker at <http://github.com/rack/rack/issues>. | ||
|
||
Please post security related bugs and suggestions to the core team at | ||
<https://groups.google.com/group/rack-core> or [email protected]. Due | ||
to wide usage of the library, it is strongly preferred that we manage timing in | ||
order to provide viable patches at the time of disclosure. Your assistance in | ||
this matter is greatly appreciated. | ||
|
||
Mailing list archives are available at | ||
<http://groups.google.com/group/rack-devel>. | ||
|
||
|