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 14316a3 commit 5a89f9aCopy full SHA for 5a89f9a
readme.md
@@ -98,6 +98,12 @@ or `h7`).
98
99
`Error` — When `shift` is not a valid non-null finite integer.
100
101
+## Security
102
+
103
+`hast-util-shift-heading` changes the syntax tree but can only generated
104
+headings from `h1` through `h6`.
105
+There are no openings for [cross-site scripting (XSS)][xss] attacks.
106
107
## Contribute
108
109
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -157,3 +163,5 @@ abide by its terms.
157
163
[hast]: https://github.com/syntax-tree/hast
158
164
159
165
[node]: https://github.com/syntax-tree/hast#nodes
166
167
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments