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.
1 parent 507b2d0 commit 14f6a4dCopy full SHA for 14f6a4d
javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/RemoteFlowSources.qll
@@ -58,10 +58,6 @@ class ODataServiceModel extends UI5ExternalModel {
58
override string getSourceType() { result = "ODataServiceModel" }
59
60
ODataServiceModel() {
61
- /*
62
- * e.g. this.getView().setModel(this.getOwnerComponent().getModel("booking_nobatch"))
63
- */
64
-
65
exists(MethodCallNode setModelCall, CustomController controller |
66
/*
67
* 1. This flows from a DF node corresponding to the parent component's model to the `this.setModel` call
0 commit comments