Skip to content

Commit 904b1fe

Browse files
committed
Fix bug in UI5ControlHandlerParameter
1 parent fcf43dc commit 904b1fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/RemoteFlowSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private class UI5ControlHandlerParameter extends RemoteFlowSource {
2727
typeModel(typeAlias, sourceControl.getImportPath(), _) and
2828
sourceModel(typeAlias, _, "remote", _) and
2929
handler.getControl() = sourceControl and
30-
this = handler.getParameter(0).getAMemberCall("getSource")
30+
this = handler.getParameter(0).getAMemberCall("getSource").getAMemberCall("getValue")
3131
)
3232
}
3333

0 commit comments

Comments
 (0)