mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
5 lines
168 B
JavaScript
5 lines
168 B
JavaScript
goog.module('x.y.z.closure2');
|
|
|
|
exports = function (x) { // $ Source[js/polynomial-redos]
|
|
/u*o/.test(x); // $ Alert[js/polynomial-redos] Sink[js/polynomial-redos]
|
|
} |