Files
codeql/python/ql/lib/semmle/python/security/OverlyLargeRangeQuery.qll

9 lines
333 B
Plaintext

/**
* Classes and predicates for working with suspicious character ranges.
*/
private import semmle.python.RegexTreeView::RegexTreeView as TreeView
// OverlyLargeRangeQuery should be used directly from the shared pack, and not from this file.
deprecated import codeql.regex.OverlyLargeRangeQuery::Make<TreeView> as Dep
import Dep