mirror of
https://github.com/github/codeql.git
synced 2026-01-15 15:34:49 +01:00
9 lines
342 B
Plaintext
9 lines
342 B
Plaintext
/**
|
|
* Classes and predicates for working with suspicious character ranges.
|
|
*/
|
|
|
|
private import semmle.code.java.regex.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
|