Skip to content

Commit 49e4764

Browse files
committed
sync ReDoSUtil.qll with python
1 parent 9c2d83e commit 49e4764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/security/performance/ReDoSUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class InputSymbol extends TInputSymbol {
251251
/**
252252
* An abstract input symbol that represents a character class.
253253
*/
254-
abstract private class CharacterClass extends InputSymbol {
254+
abstract class CharacterClass extends InputSymbol {
255255
/**
256256
* Gets a character that is relevant for intersection-tests involving this
257257
* character class.

0 commit comments

Comments
 (0)