mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
sync ReDoSUtil.qll with python
This commit is contained in:
@@ -251,7 +251,7 @@ class InputSymbol extends TInputSymbol {
|
||||
/**
|
||||
* An abstract input symbol that represents a character class.
|
||||
*/
|
||||
abstract private class CharacterClass extends InputSymbol {
|
||||
abstract class CharacterClass extends InputSymbol {
|
||||
/**
|
||||
* Gets a character that is relevant for intersection-tests involving this
|
||||
* character class.
|
||||
|
||||
Reference in New Issue
Block a user