We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62cf46 commit 3683278Copy full SHA for 3683278
readme.md
@@ -60,6 +60,11 @@ This project has a [Code of Conduct][coc].
60
By interacting with this repository, organisation, or community you agree to
61
abide by its terms.
62
63
+## Security
64
+
65
+`hast-util-sectioning` does not change the syntax tree so there are no openings
66
+for [cross-site scripting (XSS)][xss] attacks.
67
68
## License
69
70
[MIT][license] © [Titus Wormer][author]
@@ -109,3 +114,5 @@ abide by its terms.
109
114
[element]: https://github.com/syntax-tree/hast#element
110
115
111
116
[spec]: https://html.spec.whatwg.org/#sectioning-content
117
118
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments