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 c0d72f3 commit b4b2217Copy full SHA for b4b2217
readme.md
@@ -58,6 +58,11 @@ Check if the given value is a (certain) [*element*][element].
58
59
`Error` — When the second parameter is given but invalid.
60
61
+## Security
62
+
63
+`hast-util-is-element` does not change the syntax tree so there are no openings
64
+for [cross-site scripting (XSS)][xss] attacks.
65
66
## Contribute
67
68
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -117,3 +122,5 @@ abide by its terms.
117
122
[node]: https://github.com/syntax-tree/unist#node
118
123
119
124
[element]: https://github.com/syntax-tree/hast#element
125
126
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments