OWASP / java-html-sanitizer

Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure.
Other
833 stars 210 forks source link

Get tests passing and recognize foreign content nodes better #318

Closed mikesamuel closed 5 months ago

mikesamuel commented 5 months ago

Prepping for a release.

One test was not passing: HtmlBuilderTest.testRelLinksWhenRelisPartOfData

I was also getting IDE warnings that there were some uses of @since 10 APIs which made it hard to run tests outside mvn.

This commit cleans up those issues and a few warnings about @deprecated in javadoc without a corresponding annotation.

csware commented 5 months ago

Some of these fixes are also on my PRs... Would be nice of you could comment on issue #301

csware commented 5 months ago

FOr a new release you should also consider PR #313

subbudvk commented 4 months ago

@mikesamuel : May I know when we are planning to have a new release, changes from some of our PRs are needed for us

subbudvk commented 3 months ago

@mikesamuel can we get a release please with new fixes?