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 e58110a commit 807e86dCopy full SHA for 807e86d
readme.md
@@ -134,6 +134,11 @@ The verbose info would looks as follows:
134
}
135
```
136
137
+## Security
138
+
139
+Use of `hast-util-from-parse5` can open you up to a
140
+[cross-site scripting (XSS)][xss] attack if Parse5’s AST is unsafe.
141
142
## Contribute
143
144
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -203,3 +208,5 @@ abide by its terms.
203
208
[hast]: https://github.com/syntax-tree/hast
204
209
205
210
[node]: https://github.com/syntax-tree/hast#nodes
211
212
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments