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 7049ffe commit 33e2f10Copy full SHA for 33e2f10
readme.md
@@ -64,6 +64,11 @@ Yields:
64
Modifies [tree][] in-place.
65
Returns `tree`.
66
67
+## Security
68
+
69
+Use of `mdast-util-to-nlcst` does not involve [**hast**][hast] so there are no
70
+openings for [cross-site scripting (XSS)][xss] attacks.
71
72
## Related
73
74
* [`remark-normalize-headings`][normalize-headings]
@@ -128,3 +133,7 @@ abide by its terms.
128
133
[normalize-headings]: https://github.com/remarkjs/remark-normalize-headings
129
134
130
135
[tree]: https://github.com/syntax-tree/unist#tree
136
137
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
138
139
+[hast]: https://github.com/syntax-tree/hast
0 commit comments