mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
add deprecated aliases in the old locations, and use the Query.qll pattern for js/polynomial-redos
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/** DEPRECATED. Import `semmle.python.security.regexp.ExponentialBackTracking` instead. */
|
||||
|
||||
deprecated import semmle.python.security.regexp.ExponentialBackTracking as Dep
|
||||
import Dep
|
||||
@@ -0,0 +1,4 @@
|
||||
/** DEPRECATED. Import `semmle.python.security.regexp.NfaUtils` instead. */
|
||||
|
||||
deprecated import semmle.python.security.regexp.NfaUtils as Dep
|
||||
import Dep
|
||||
@@ -0,0 +1,4 @@
|
||||
/** DEPRECATED. Import `semmle.python.security.regexp.SuperlinearBackTracking` instead. */
|
||||
|
||||
deprecated import semmle.python.security.regexp.SuperlinearBackTracking as Dep
|
||||
import Dep
|
||||
Reference in New Issue
Block a user