mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: make the import of RedosUtil public
This mirrors `SuperlinearBacktracking.qll` An alternative is to keep it private and import it again in the query files.
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
* a suffix `x` (possible empty) that is most likely __not__ accepted.
|
||||
*/
|
||||
|
||||
private import ReDoSUtil
|
||||
import ReDoSUtil
|
||||
|
||||
/**
|
||||
* Holds if state `s` might be inside a backtracking repetition.
|
||||
|
||||
Reference in New Issue
Block a user