Merge pull request #8532 from aibaars/regex-refactor-2

JS/Ruby/Python: rename RegExpTreeView.qll to ReDoSUtilSpecific.qll
This commit is contained in:
Arthur Baars
2022-03-30 16:38:47 +02:00
committed by GitHub
7 changed files with 7 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
* states that will cause backtracking (a rejecting suffix exists).
*/
import RegExpTreeView
import ReDoSUtilSpecific
/**
* A configuration for which parts of a regular expression should be considered relevant for

View File

@@ -1,5 +1,5 @@
/**
* This module should provide a class hierarchy corresponding to a parse tree of regular expressions.
* Provides Ruby-specific definitions for use in the ReDoSUtil module.
*/
import codeql.ruby.Regexp