mganss / HtmlSanitizer

Cleans HTML to avoid XSS attacks
MIT License
1.52k stars 198 forks source link

Upgrade AngleSharp dependency #484

Closed mhoeper closed 8 months ago

mhoeper commented 8 months ago

Hi,

can you please upgrade the AngleSharp dependency? Right now, version 0.17.1 is being used. This has been released Jun 2, 2022. The current version is v1.0.5

There is a migration doc at https://github.com/AngleSharp/AngleSharp/blob/devel/docs/tutorials/05-Migration.md

Thank you!

mganss commented 8 months ago

HtmlSanitizer depends on AngleSharp.Css which is still below 1.0 and depends on AngleSharp 0.17. See also #451

tiesont commented 8 months ago

@mganss Maybe it's worth pinning #451, since no one seems to check before opening a duplicate?