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 446660a commit 6cda552Copy full SHA for 6cda552
readme.md
@@ -53,6 +53,11 @@ Handles [positional information][position-information] properly.
53
54
The given `tree`.
55
56
+## Security
57
+
58
+Use of `mdast-util-compact` does not involve [**hast**][hast] or user content
59
+so there are no openings for [cross-site scripting (XSS)][xss] attacks.
60
61
## Contribute
62
63
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -116,3 +121,7 @@ abide by its terms.
116
121
[text]: https://github.com/syntax-tree/mdast#text
117
122
118
123
[blockquote]: https://github.com/syntax-tree/mdast#blockquote
124
125
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
126
127
+[hast]: https://github.com/syntax-tree/hast
0 commit comments