We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a2efe commit c00573fCopy full SHA for c00573f
readme.md
@@ -47,6 +47,11 @@ embedded({
47
48
Check if `node` is an [*embedded*][spec] [*element*][element].
49
50
+## Security
51
+
52
+`hast-util-embedded` does not change the syntax tree so there are no openings
53
+for [cross-site scripting (XSS)][xss] attacks.
54
55
## Contribute
56
57
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -106,3 +111,5 @@ abide by its terms.
106
111
[hast]: https://github.com/syntax-tree/hast
107
112
108
113
[element]: https://github.com/syntax-tree/hast#element
114
115
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments