We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setSanitizeContent
setSanitizeValue
1 parent 003cfdb commit 75557a1Copy full SHA for 75557a1
1 file changed
javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/UI5View.qll
@@ -984,7 +984,9 @@ class UI5Control extends TUI5Control {
984
or
985
/* 3. `sanitizeContent` attribute is set programmatically using a setter. */
986
exists(CallNode node |
987
- node = this.getAReference().getAMemberCall("setS" + propName.suffix(1)) and
+ node =
988
+ this.getAReference()
989
+ .getAMemberCall("set" + propName.prefix(1).toUpperCase() + propName.suffix(1)) and
990
not node.getArgument(0).mayHaveBooleanValue(val.booleanNot())
991
)
992
}
0 commit comments