Skip to content

Commit 20e9464

Browse files
authored
Remove LocalModelStringPropertySource class
Removed LocalModelStringPropertySource class definition.
1 parent bf507bf commit 20e9464

File tree

1 file changed

+0
-14
lines changed
  • javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/dataflow

1 file changed

+0
-14
lines changed

javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/dataflow/UI5DataFlow.qll

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,6 @@ class LocalModelContentBoundBidirectionallyToHtmlISinkControl extends DomBasedXs
6161
UI5Control getControlDeclaration() { result = controlDeclaration }
6262
}
6363

64-
class LocalModelStringPropertySource extends DomBasedXss::Source {
65-
LocalModelStringPropertySource() {
66-
exists(UI5BindingPath bindingPath |
67-
this =
68-
bindingPath
69-
.getControlDeclaration()
70-
.getDefinition()
71-
.getMetadata()
72-
.getProperty(bindingPath.getPropertyName())
73-
) and
74-
not exists(DataFlow::SharedFlowStep s | s.step(_, this))
75-
}
76-
}
77-
7864
module UI5PathGraph<PathNodeSig ConfigPathNode, PathGraphSig<ConfigPathNode> ConfigPathGraph> {
7965
private newtype TNode =
8066
TUI5BindingPathNode(UI5BindingPath path) or

0 commit comments

Comments
 (0)