Exercise / HTMLPurifierBundle

HTML Purifier is a standards-compliant HTML filter library written in PHP.
http://htmlpurifier.org/
Other
275 stars 56 forks source link

Symfony 6.0 #89

Closed pierres closed 2 years ago

pierres commented 2 years ago

This will allow to use Symfony 6.0 as dependency.

Tests did pass locally. I couldn't check Travis CI tests as these are no longer free and I lack s subscrption.

Resolves #85

pierres commented 2 years ago

I suggest to merge #88 as well

bastien70 commented 2 years ago

I have the impression that the bundle is abandoned. No PR has been merge since December 2020. A way should be found to contact the owner of the bundle to ask for merge and release

sdespont commented 2 years ago

@bastien70 Last merge has been done by @HeahDude, you will found his email address on his profile page https://github.com/HeahDude

bastien70 commented 2 years ago

@bastien70 Last merge has been done by @HeahDude, you will found his email address on his profile page https://github.com/HeahDude

Yes I already sent him an email yesterday morning, but no response

pierres commented 2 years ago

I have the impression that the bundle is abandoned. No PR has been merge since December 2020. A way should be found to contact the owner of the bundle to ask for merge and release

Good point. The organization website seems to be gone as well.

However: While looking into it I noticed that I barely use any features provided by this bundle and it was easy to directly use HTMLPurifier instead: https://github.com/archlinux-de/www.archlinux.de/commit/ddd65cc40ec590d9636472a39d44fbbfad00cd9b

bastien70 commented 2 years ago

@pierres There is another bundle which could be a good alternate : https://github.com/tgalopin/html-sanitizer-bundle

pierres commented 2 years ago

@pierres There is another bundle which could be a good alternate : https://github.com/tgalopin/html-sanitizer-bundle

Interesting; they also seem to prepare including a sanitizer in Symfony 6.1: https://github.com/symfony/html-sanitizer

marksmanpilotcurler commented 2 years ago

Have we all given up on this? It appears to be used by symfony/framework-bundle, so not good to let it die.

pierres commented 2 years ago

I don't see the framework-bundle depending on this package.

Cryde commented 2 years ago

You should keep this PR / discussion open to let people now there is an alternative that support PHP8 + SF6

https://github.com/tgalopin/html-sanitizer-bundle