mirror of
https://github.com/github/codeql.git
synced 2026-04-14 19:44:03 +02:00
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
module.exports.foo = function (x) { // $ Source[js/polynomial-redos]
|
|
/k*h/.test(x); // $ Alert[js/polynomial-redos]
|
|
}
|