mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
3 lines
147 B
JavaScript
3 lines
147 B
JavaScript
module.exports.foo = function (x) { // $ Source[js/polynomial-redos]
|
|
/k*h/.test(x); // $ Alert[js/polynomial-redos] Sink[js/polynomial-redos]
|
|
} |