Add two more classes allowed for YAML deserialization
The soft enforcement of the Rails 6.1.6.1 security update in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/92400 picked up two more classes that were serialized in the database with YAML: 1. `Gitlab::Color`: This is used when a label is stored with an issue event in the `web_hook_logs` table (https://gitlab.com/gitlab-org/gitlab/-/issues/368844). 2. `BigDecimal`: This is used for storing x/y coordinates for image diff notes (https://gitlab.com/gitlab-org/gitlab/issues/368846). Changelog: fixed
想要评论请 注册 或 登录