Skip to content

Commit 3a25d92

Browse files
authored
Change parameter type in isRefAssignedToUI5Component
1 parent fa087a0 commit 3a25d92

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/UI5WebcomponentsReact.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class RefAttribute extends JsxAttribute {
3131
/**
3232
* Holds if the ref variable is assigned to a UI5 component via JSX
3333
*/
34-
predicate isRefAssignedToUI5Component(UseRefDomValueSource source) {
34+
predicate isRefAssignedToUI5Component(CustomUseRefDomValueSource source) {
3535
exists(
3636
Variable refVar, JsxElement jsx, RefAttribute attr, VarRef componentVar, WebComponentImport decl
3737
|

0 commit comments

Comments
 (0)