We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2aab5 commit 8072f6bCopy full SHA for 8072f6b
javascript/frameworks/ui5/test/models/sink/sink.js
@@ -94,7 +94,7 @@ sap.ui.define(
94
var value = obj.registerResourcePath(code0, code1);
95
var obj = new Properties();
96
var value = obj.create(code0);
97
- var obj = new HTML({ content: code0 });
+ var obj = new HTML({ content: code0 }); // UNSAFE: Content is not sanitized
98
obj.content = code0;
99
obj.setContent(code0);
100
var obj = new Patcher();
0 commit comments