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 41be587 commit 743cbf8Copy full SHA for 743cbf8
readme.md
@@ -46,6 +46,11 @@ heading({
46
47
Check if the given value is a [*heading*][spec] [*element*][element].
48
49
+## Security
50
+
51
+`hast-util-heading` does not change the syntax tree so there are no openings for
52
+[cross-site scripting (XSS)][xss] attacks.
53
54
## Contribute
55
56
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -105,3 +110,5 @@ abide by its terms.
105
110
[hast]: https://github.com/syntax-tree/hast
106
111
107
112
[element]: https://github.com/syntax-tree/hast#element
113
114
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments