soveran / cuba

Rum based microframework for web development.
http://cuba.is
MIT License
1.44k stars 249 forks source link

rack 3.0 support #101

Closed metapsj closed 1 year ago

metapsj commented 1 year ago

will cuba support rack 3.0?

here some of the changes that effect cuba.

i've included links to rack 3.0's changelog and upgrade guide as a connivence.

change log https://github.com/rack/rack/blob/3.0.0/CHANGELOG.md

upgrade guide https://github.com/rack/rack/blob/3.0.0/UPGRADE-GUIDE.md

soveran commented 1 year ago

Thanks for raising this issue! I will work on this next week.

dariojg commented 1 year ago

Hello @soveran, Do you have any idea when they’ll release this PR? https://github.com/soveran/cuba/pull/102. I see it open since December. I'm interested in this issues because I use cuba that uses rack and I would like resolve vulnerabilities in my projects caused by cuba using rack.

soveran commented 1 year ago

@dariojg I've just pushed version 4.0.0, can you test it?

Thanks!

dariojg commented 1 year ago

@soveran, I appreciate the prompt response!.

I updated Cuba to version 4.0.0 and works well!. And the Rack vulnerabilties are solved.

Thanks and Regards!

soveran commented 1 year ago

@dariojg Thank you!