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

Fix repeatedly adding rel values #307

Closed csware closed 5 months ago

csware commented 5 months ago

Fixes #145 Fixes #306

csware commented 5 months ago

Parts of this PR are already in commit e8aa0f1b75ab81eea97ef173fefc023a3e16963d, but there are more cases to consider...

mikesamuel commented 5 months ago

Parts of this PR are already in commit e8aa0f1, but there are more cases to consider...

Ok. I see the changes to case folding.

csware commented 5 months ago

It's not really the case folding, its more about having already duplicate rels in the input.

yadue commented 4 months ago

@mikesamuel when it will be released?

subbudvk commented 3 months ago

@mikesamuel / @jmanico : can we please get a release version?

chris-moon commented 3 months ago

we are also depending on a new release for this!

jmanico commented 3 months ago

Noted Daniel and others