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 ed58ee8 commit fddb465Copy full SHA for fddb465
javascript/ql/lib/semmle/javascript/security/dataflow/XssThroughDomCustomizations.qll
@@ -219,7 +219,7 @@ module XssThroughDom {
219
220
221
/**
222
- * A call to window.getSelection
+ * Gets a reference to a value obtained by calling `window.getSelection()`.
223
* https://developer.mozilla.org/en-US/docs/Web/API/Selection
224
*/
225
DataFlow::SourceNode getSelectionCall(DataFlow::TypeTracker t) {
0 commit comments