mirror of
https://github.com/github/codeql.git
synced 2026-04-10 01:24:02 +02: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]
|
|
} |