We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2d83e commit 49e4764Copy full SHA for 49e4764
python/ql/src/semmle/python/security/performance/ReDoSUtil.qll
@@ -251,7 +251,7 @@ class InputSymbol extends TInputSymbol {
251
/**
252
* An abstract input symbol that represents a character class.
253
*/
254
-abstract private class CharacterClass extends InputSymbol {
+abstract class CharacterClass extends InputSymbol {
255
256
* Gets a character that is relevant for intersection-tests involving this
257
* character class.
0 commit comments