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 b0b259b commit 42402e6Copy full SHA for 42402e6
readme.md
@@ -54,6 +54,11 @@ Yields:
54
Modifies [tree][] in-place.
55
Returns `tree`.
56
57
+## Security
58
+
59
+Use of `mdast-squeeze-paragraphs` does not involve [**hast**][hast] or user
60
+content so there are no openings for [cross-site scripting (XSS)][xss] attacks.
61
62
## Related
63
64
* [`remark-squeeze-paragraphs`][squeeze-paragraphs]
@@ -118,3 +123,7 @@ abide by its terms.
118
123
[remark]: https://github.com/remarkjs/remark
119
124
120
125
[squeeze-paragraphs]: https://github.com/remarkjs/remark-squeeze-paragraphs
126
127
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
128
129
+[hast]: https://github.com/syntax-tree/hast
0 commit comments