GMS-2020-1: Regular Expression Denial of Service
(updated )
A regex in the form of /[x-\ud800]/u
causes the parser to enter an infinite loop. The string is not valid UTF16 which usually results in it being sanitized before reaching the parser.
References
Detect and mitigate GMS-2020-1 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →