Reduce REGEXP_TIMEOUT_SECONDS to 40 seconds
All threads resolved!
A new global Regexp
timeout option was introduced in Ruby 3.2 to mitigate Regular Expression Denial of Service (REDoS) issues.
We are monitoring timeout errors in #499848, there were none since lowering from 50 to 45 a month ago.
This MR lowers the timeout value from 45 to 40 seconds to further reduce the impact of an attempt to exploit REDoS.
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
N/A
N/A
Changelog: security