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 41f1c2e commit 4b7d585Copy full SHA for 4b7d585
readme.md
@@ -275,6 +275,11 @@ Yields:
275
* § — Not very interested in writing / including the code for this
276
* ‖ — Too new, the spec is still changing
277
278
+## Security
279
+
280
+`hast-util-select` does not change the syntax tree so there are no openings for
281
+[cross-site scripting (XSS)][xss] attacks.
282
283
## Contribute
284
285
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -339,4 +344,6 @@ abide by its terms.
339
344
340
345
[element]: https://github.com/syntax-tree/hast#element
341
346
347
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
348
342
349
[support]: #support
0 commit comments