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 dca3713 commit 8e03c06Copy full SHA for 8e03c06
readme.md
@@ -69,6 +69,11 @@ Check if the given value is [*phrasing*][spec] content.
69
70
`boolean` — Whether `node` passes the test.
71
72
+## Security
73
+
74
+`hast-util-phrasing` does not change the syntax tree so there are no openings
75
+for [cross-site scripting (XSS)][xss] attacks.
76
77
## Contribute
78
79
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -128,3 +133,5 @@ abide by its terms.
128
133
[hast]: https://github.com/syntax-tree/hast
129
134
130
135
[node]: https://github.com/syntax-tree/hast#nodes
136
137
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments