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> {
890890 private predicate lastStartState ( RelevantState state ) {
891891 exists ( RegExpRoot root |
892892 state =
893- max ( State s , Location l |
893+ max ( RelevantState s , Location l |
894894 isStartState ( s ) and
895895 getRoot ( s .getRepr ( ) ) = root and
896896 l = s .getRepr ( ) .getLocation ( )
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ module PrefixConstruction<isCandidateSig/1 isCandidate> {
890890 private predicate lastStartState ( RelevantState state ) {
891891 exists ( RegExpRoot root |
892892 state =
893- max ( State s , Location l |
893+ max ( RelevantState s , Location l |
894894 isStartState ( s ) and
895895 getRoot ( s .getRepr ( ) ) = root and
896896 l = s .getRepr ( ) .getLocation ( )
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ module PrefixConstruction<isCandidateSig/1 isCandidate> {
890890 private predicate lastStartState ( RelevantState state ) {
891891 exists ( RegExpRoot root |
892892 state =
893- max ( State s , Location l |
893+ max ( RelevantState s , Location l |
894894 isStartState ( s ) and
895895 getRoot ( s .getRepr ( ) ) = root and
896896 l = s .getRepr ( ) .getLocation ( )
You can’t perform that action at this time.
0 commit comments