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 fddbecd commit 013c73dCopy full SHA for 013c73d
readme.md
@@ -45,6 +45,11 @@ well.
45
The `assert.parent`, `assert.text`, `assert.void`, and `assert.wrap`
46
methods from [`unist-util-assert`][unist-util-assert] are also included.
47
48
+## Security
49
+
50
+`hast-util-assert` does not change the syntax tree so there are no openings for
51
+[cross-site scripting (XSS)][xss] attacks.
52
53
## Contribute
54
55
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
@@ -108,3 +113,5 @@ abide by its terms.
108
113
[child]: https://github.com/syntax-tree/unist#child
109
114
110
115
[hast]: https://github.com/syntax-tree/hast
116
117
+[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
0 commit comments