cure53 / DOMPurify

DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
https://cure53.de/purify
Other
13.97k stars 723 forks source link

Apache license requires including full text of Apache license. #832

Closed george-thomas-hill closed 1 year ago

george-thomas-hill commented 1 year ago

Background & Context

The Apache licence has this requrirement: "You must give any other recipients of the Work or Derivative Works a copy of this License".

https://www.apache.org/licenses/LICENSE-2.0

Bug

However, DOMPUrify's license file doesn't do that.

Would you please consider pasting in the full text?

Thank you.

cure53 commented 1 year ago

Heya, thanks for noticing! The commit linked about should address the issue, please confirm.

george-thomas-hill commented 1 year ago

Looks good to me! Thank you for acting so quickly!

cure53 commented 1 year ago

Cool :)