Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config active support: migrate message serializer to `ActiveSupport::…
…JSON` GitHub: rangubaGH-34 As of Rails v7.1, this setting is default. - ref: https://guides.rubyonrails.org/v7.1/configuring.html#config-active-support-message-serializer We migrated it to `ActiveSupport::JSO`. Because `Marshal` is a potential vector for deserialization attacks in cases where a message signing secret has been leaked. In Ranguba, we don't explicitly use it, so there is no impact on us.
- Loading branch information