News

Describe the bug Combine JS feature removes a white space character between a RegEx starting and ending forward slash and before a RegEx question mark operator.
While reviewing Moment.js's string escaping logic, I noticed an issue that was highlighted in a CodeQL analysis. The CodeQL rule js/incomplete-sanitization raised a concern where the code only ...