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 65d24d6 commit 37acaf0Copy full SHA for 37acaf0
readme.md
@@ -132,6 +132,11 @@ of `source`:
132
<p data-nlcst="source">Completely marked.</p>
133
```
134
135
+## Security
136
+
137
+`hast-util-to-nlcst` does not change the original syntax tree so there are no
138
+openings for [cross-site scripting (XSS)][xss] attacks.
139
140
## Contribute
141
142
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -209,3 +214,5 @@ abide by its terms.
209
214
[vfile]: https://github.com/vfile/vfile
210
215
211
216
[source]: https://github.com/syntax-tree/nlcst#source
217
218
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments