Skip to content

Commit

Permalink
Merge branch 'master' into Fix-cross-site-scripting-for-codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen authored Aug 28, 2024
2 parents e9a48b6 + d0a87d4 commit 63d9846
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zktest/src/main/webapp/test2/B50-ZK-676_1.zul
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<zk>
<zscript><![CDATA[
String str = "abc\"><script></script><!--";
]]></zscript>
<div id="div" style="color: #009900" tooltiptext="${str}">abc</div>
<div id="div2" style="color: #009900" tooltiptext="${str}">def</div>
<div id="div3" style="color: #009900" tooltiptext="${str}">ghi</div>
</zk>

0 comments on commit 63d9846

Please sign in to comment.