mirror of
https://github.com/github/codeql.git
synced 2026-02-01 15:52:59 +01:00
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
import python
|
|
import semmle.python.security.performance.SuperlinearBackTracking
|
|
|
|
from PolynomialBackTrackingTerm t
|
|
select t.getRegex(), t, t.getReason()
|