Remix.run Logo
0x073 3 hours ago

Does postal still use outdated rails? That's the biggest issue I have with this project as a exposed web service and mail server is for me high risk especially with outdated software.

e12e 2 hours ago | parent [-]

They seem to be on 7.2, which will get security patches until August this year:

https://github.com/postalserver/postal/blob/8ef89606bc34146f...

https://rubyonrails.org/maintenance

Not great, but better than 6.x.

0x073 an hour ago | parent [-]

The links shows: gem "rails", "= 7.1.5.2"

I don't know rails well, but that sounds like 7.1 (that is unsupported) and not 7.2?