Skip to content

Commit 445841a

Browse files
authored
Update RemoteFlowSources.qll
1 parent df2aea5 commit 445841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -7,7 +7,7 @@ private class DataFromRemoteControlReference extends RemoteFlowSource, MethodCal
77
DataFromRemoteControlReference() {
88
exists(UI5Control sourceControl, string typeAlias, ControlReference controlReference |
99
ApiGraphModelsExtensions::typeModel(typeAlias, sourceControl.getImportPath(), _) and
10-
ApiGraphModelsExtensions::sourceModel(typeAlias, _, "remote", _) and
10+
ApiGraphModelsExtensions::sourceModel(typeAlias, _, "remote") and
1111
sourceControl.getAReference() = controlReference and
1212
controlReference.flowsTo(this.getReceiver()) and
1313
this.getMethodName() = "getValue"

0 commit comments

Comments
 (0)