File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
javascript/ql/lib/semmle/javascript/security/regexp
python/ql/lib/semmle/python/security/regexp
ruby/ql/lib/codeql/ruby/security/regexp Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ module PrefixConstruction<isCandidateSig/1 isCandidate> {
890
890
private predicate lastStartState ( RelevantState state ) {
891
891
exists ( RegExpRoot root |
892
892
state =
893
- max ( State s , Location l |
893
+ max ( RelevantState s , Location l |
894
894
isStartState ( s ) and
895
895
getRoot ( s .getRepr ( ) ) = root and
896
896
l = s .getRepr ( ) .getLocation ( )
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ module PrefixConstruction<isCandidateSig/1 isCandidate> {
890
890
private predicate lastStartState ( RelevantState state ) {
891
891
exists ( RegExpRoot root |
892
892
state =
893
- max ( State s , Location l |
893
+ max ( RelevantState s , Location l |
894
894
isStartState ( s ) and
895
895
getRoot ( s .getRepr ( ) ) = root and
896
896
l = s .getRepr ( ) .getLocation ( )
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ module PrefixConstruction<isCandidateSig/1 isCandidate> {
890
890
private predicate lastStartState ( RelevantState state ) {
891
891
exists ( RegExpRoot root |
892
892
state =
893
- max ( State s , Location l |
893
+ max ( RelevantState s , Location l |
894
894
isStartState ( s ) and
895
895
getRoot ( s .getRepr ( ) ) = root and
896
896
l = s .getRepr ( ) .getLocation ( )
You can’t perform that action at this time.
0 commit comments