move the polynomialbacktracking-test to the test folder

This commit is contained in:
Erik Krogh Kristensen
2022-03-25 18:43:09 +01:00
parent af1d949d06
commit 36db492aa2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +0,0 @@
import python
import semmle.python.security.performance.SuperlinearBackTracking
from PolynomialBackTrackingTerm t
where t.getLocation().getFile().getBaseName() = "KnownCVEs.py"
select t.getRegex(), t, t.getReason()