Files
ladybird/Userland/Libraries/LibMarkdown/CodeBlock.cpp
Linus Groh 9c19e62675 LibMarkdown: Wrap code block language string in escape_html_entities()
This would allow HTML injection as the string was inserted into the HTML
output with no sanitation whatsoever.

Fixes #7123.
2021-05-19 23:31:00 +01:00

3.1 KiB