Skip to content

Misago 0.29 ⚠️

Compare
Choose a tag to compare
@rafalp rafalp released this 10 Feb 23:17
161da7d

Misago 0.29 is security release which resolves an issue where previously escaped potentially dangerous HTML in parsed post is "unescaped" by Beautiful Soup 4 trying to "prettier" the HTML code.

Implementation changes

  • #1453: Replace Beautiful Soup with custom HTML parser based on html5lib. Pass custom HTML representation to clean_parsed and parsing_result_processors extension hooks.

Theme changes

  • #1444: Align thread's flags and categories to left on small displays.