Skip to content

Commit 3f1cb04

Browse files
committed
sync files
1 parent 0162bc3 commit 3f1cb04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javascript/ql/lib/semmle/javascript/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

python/ql/lib/semmle/python/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

ruby/ql/lib/codeql/ruby/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)