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 c67c585 commit 33602eeCopy full SHA for 33602ee
javascript/ql/test/query-tests/Security/CWE-079/DomBasedXss/tooltip.jsx
@@ -7,8 +7,8 @@ function tooltips() {
7
return <span>
8
<span data-tip={source}/>
9
<span data-tip={source} data-html={false} />
10
- <span data-tip={source} data-html="true" /> // $ Alert
11
- <span data-tip={source} data-html={true} /> // $ Alert
+ <span data-tip={source} data-html="true" /> { /* $ Alert */ }
+ <span data-tip={source} data-html={true} /> { /* $ Alert */ }
12
<ReactTooltip />
13
</span>
14
}
0 commit comments