Ruby on Rails: v5.2.4.5 Release

Release date:
February 10, 2021
Previous version:
v5.2.4.4 (released September 9, 2020)
Magnitude:
104 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v5.2.4.5

rafaelfranca
tenderlove

Directory Browser for v5.2.4.5

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Fix possible DoS vector in PostgreSQL money type

    Carefully crafted input can cause a DoS via the regular expressions used for validating the money format in the PostgreSQL adapter. This patch fixes the regexp.

    Thanks to @dee-see from Hackerone for this patch!

    [CVE-2021-22880]

    Aaron Patterson

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

  • No changes.

Railties

  • No changes.