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 2d937da commit 7c905aeCopy full SHA for 7c905ae
readme.md
@@ -52,6 +52,11 @@ Check if the given value is a [*transparent*][spec] [*element*][element].
52
53
`boolean` — whether `node` passes the test.
54
55
+## Security
56
+
57
+`hast-util-transparent` does not change the syntax tree so there are no openings
58
+for [cross-site scripting (XSS)][xss] attacks.
59
60
## Contribute
61
62
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -111,3 +116,5 @@ abide by its terms.
111
116
[hast]: https://github.com/syntax-tree/hast
112
117
113
118
[element]: https://github.com/syntax-tree/hast#element
119
120
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments