We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ac9e4 commit f0679c3Copy full SHA for f0679c3
readme.md
@@ -44,6 +44,11 @@ scriptSupporting({
44
45
Check if the given value is a [*script-supporting*][spec] [*element*][element].
46
47
+## Security
48
+
49
+`hast-util-script-supporting` does not change the syntax tree so there are no
50
+openings for [cross-site scripting (XSS)][xss] attacks.
51
52
## Contribute
53
54
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -103,3 +108,5 @@ abide by its terms.
103
108
[hast]: https://github.com/syntax-tree/hast
104
109
105
110
[element]: https://github.com/syntax-tree/hast#element
111
112
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments