Skip to content

Commit fddb465

Browse files
bananabrerik-krogh
andauthored
Update javascript/ql/lib/semmle/javascript/security/dataflow/XssThroughDomCustomizations.qll
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent ed58ee8 commit fddb465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/XssThroughDomCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ module XssThroughDom {
219219

220220

221221
/**
222-
* A call to window.getSelection
222+
* Gets a reference to a value obtained by calling `window.getSelection()`.
223223
* https://developer.mozilla.org/en-US/docs/Web/API/Selection
224224
*/
225225
DataFlow::SourceNode getSelectionCall(DataFlow::TypeTracker t) {

0 commit comments

Comments
 (0)