Skip to content

Commit 7ef7a35

Browse files
mbaludaCopilot
andauthored
Update javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/UI5XssQuery.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a71ec82 commit 7ef7a35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module UI5Xss implements DataFlow::ConfigSig {
3232
node.(DataFlow::CallNode).getCalleeName() =
3333
["encodeCSS", "encodeJS", "encodeURL", "encodeURLParameters", "encodeXML", "encodeHTML"]
3434
or
35-
/* Flow through `setContent/getContent` of a sanitized UI5Control */
35+
/* Block flow through setContent/getContent of a sanitized UI5Control */
3636
exists(UI5Control control, DataFlow::MethodCallNode content |
3737
control.asJsControl() = content.getReceiver().getALocalSource() and
3838
control.isHTMLSanitized() and

0 commit comments

Comments
 (0)