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 b033d94 commit 667bb64Copy full SHA for 667bb64
readme.md
@@ -146,6 +146,11 @@ RootNode[3] (1:1-3:32, 0-45)
146
└─ SourceNode: "> A paragraph in a block quote." (3:1-3:32, 14-45)
147
```
148
149
+## Security
150
+
151
+Use of `mdast-util-to-nlcst` does not involve [**hast**][hast] so there are no
152
+openings for [cross-site scripting (XSS)][xss] attacks.
153
154
## Related
155
156
* [`remark-retext`][remark-retext]
@@ -236,3 +241,7 @@ abide by its terms.
236
241
[mdastnode]: https://github.com/syntax-tree/mdast#nodes
237
242
238
243
[nlcstnode]: https://github.com/syntax-tree/nlcst#nodes
244
245
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
246
247
+[hast]: https://github.com/syntax-tree/hast
0 commit comments