Add query for polynomial ReDoS

This commit is contained in:
Nick Rolfe
2021-08-26 18:02:24 +01:00
parent 86073776b7
commit d62b41bdf4
8 changed files with 751 additions and 3 deletions

View File

@@ -30,5 +30,10 @@
"CFG": [
"codeql/csharp/ql/lib/semmle/code/csharp/controlflow/internal/ControlFlowGraphImplShared.qll",
"ql/lib/codeql/ruby/controlflow/internal/ControlFlowGraphImplShared.qll"
],
"ReDoS Polynomial Ruby/Python/JS": [
"codeql/javascript/ql/lib/semmle/javascript/security/performance/SuperlinearBackTracking.qll",
"codeql/python/ql/lib/semmle/python/security/performance/SuperlinearBackTracking.qll",
"ql/lib/codeql/ruby/regexp/SuperlinearBackTracking.qll"
]
}
}