We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ab432 commit 255b3caCopy full SHA for 255b3ca
1 file changed
javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/UI5.qll
@@ -146,6 +146,9 @@ class SapUiCore extends MethodCallNode {
146
/**
147
* A reference to the Fragment module (`sap/ui/core/Fragment`).
148
* Used for static methods like `Fragment.byId(viewId, controlId)`.
149
+ *
150
+ * Use of `DataFlow::moduleImport` may not cover byId references
151
+ * coming from sources with es6 style imports of Fragments.
152
*/
153
class FragmentModule extends DataFlow::SourceNode {
154
FragmentModule() { this = DataFlow::moduleImport("sap/ui/core/Fragment") }
0 commit comments