2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-20 20:00:33 +03:00
Files
bbob/.changeset/strange-crabs-tickle.md
T
Nikolay Kost 322f88ad42 fix(204): parse blanks and quotes in unique attribute tags (#281)
* 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
2025-10-17 12:21:53 +02:00

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