bbcode
bbcode copied to clipboard
BBCode parser with bidirectional conversion.
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://redirect.github.com/sebastianbergmann/phpunit))...
if arbitary bbcode can be encoded, then this allows for executing scripts in the context of the site rendering the bbcode; example: ``` [url=javascript:alert(1);] click me !! [/url] ``` when...