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 e75b8ba commit d91ad60Copy full SHA for d91ad60
readme.md
@@ -91,6 +91,12 @@ A comment marker.
91
values to numbers and booleans when possible
92
* `node` ([`Node`][node]) — Reference to given node
93
94
+## Security
95
+
96
+Use of `mdast-comment-marker` does not involve [**hast**][hast], user content,
97
+or change the tree, so there are no openings for
98
+[cross-site scripting (XSS)][xss] attacks.
99
100
## Contribute
101
102
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -150,3 +156,7 @@ abide by its terms.
150
156
[node]: https://github.com/syntax-tree/unist#node
151
157
152
158
[marker]: #marker
159
160
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
161
162
+[hast]: https://github.com/syntax-tree/hast
0 commit comments