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.
RelevantState
lastStartState
1 parent c38062c commit 0162bc3Copy full SHA for 0162bc3
java/ql/lib/semmle/code/java/security/regexp/NfaUtils.qll
@@ -890,7 +890,7 @@ module PrefixConstruction<isCandidateSig/1 isCandidate> {
890
private predicate lastStartState(RelevantState state) {
891
exists(RegExpRoot root |
892
state =
893
- max(State s, Location l |
+ max(RelevantState s, Location l |
894
isStartState(s) and
895
getRoot(s.getRepr()) = root and
896
l = s.getRepr().getLocation()
0 commit comments