mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
322f88ad42
* feat: add test * chore: update README.md [skip ci] * feat(285): add width and height and alt for img tag (#286) feat: add width and height and alt for img tag * chore: fast-peas-brush.md * chore: working * chore: lexer tests * fix: single atttr tag * fix: single atttr tag
439 B
439 B
@bbob/parser, @bbob/cli, @bbob/core, @bbob/html, @bbob/plugin-helper, @bbob/preset, @bbob/preset-html5, @bbob/preset-react, @bbob/preset-vue, @bbob/react, @bbob/types, @bbob/vue2, @bbob/vue3
| @bbob/parser | @bbob/cli | @bbob/core | @bbob/html | @bbob/plugin-helper | @bbob/preset | @bbob/preset-html5 | @bbob/preset-react | @bbob/preset-vue | @bbob/react | @bbob/types | @bbob/vue2 | @bbob/vue3 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch | patch |
Now @bbob/parser correctly parses tags like
[url=javascript:alert('XSS ME');]TEXT[/url]
to
Fixes #300