Skip to content

Commit 61b8ecc

Browse files
committed
Fix the dependency path of CustomControl
1 parent 403b4aa commit 61b8ecc

File tree

1 file changed

+1
-1
lines changed
  • javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class Renderer extends SapExtendCall {
239239
class CustomControl extends SapExtendCall {
240240
CustomControl() {
241241
this.getReceiver().getALocalSource() =
242-
TypeTrackers::hasDependency(["sap/ui/core/mvc/Controller", "sap.ui.core.mvc.Controller"]) or
242+
TypeTrackers::hasDependency(["sap/ui/core/Control", "sap.ui.core.Control"]) or
243243
exists(SapDefineModule sapModule | this.getDefine() = sapModule.getExtendingModule())
244244
}
245245

0 commit comments

Comments
 (0)