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 3baa139 commit fa15fc6Copy full SHA for fa15fc6
readme.md
@@ -58,6 +58,11 @@ interactive({
58
`boolean` — Whether `node` is an [`Element`][element] categorised as
59
[*interactive*][spec].
60
61
+## Security
62
+
63
+`hast-util-interactive` does not change the syntax tree so there are no openings
64
+for [cross-site scripting (XSS)][xss] attacks.
65
66
## Contribute
67
68
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -119,3 +124,5 @@ abide by its terms.
119
124
[element]: https://github.com/syntax-tree/hast#element
120
125
121
126
[spec]: https://html.spec.whatwg.org/#interactive-content
127
128
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments