mganss / HtmlSanitizer

Cleans HTML to avoid XSS attacks
MIT License
1.55k stars 200 forks source link

Tidy up #365

Closed vanillajonathan closed 2 years ago

vanillajonathan commented 2 years ago

Replace "xss" in comments with "XSS". Replace "XSS" in method names with "Xss". Remove duplicate blank lines. Add some "// Assert" comments.

codecov[bot] commented 2 years ago

Codecov Report

Merging #365 (87763b0) into master (d9368e1) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #365   +/-   ##
=======================================
  Coverage   94.44%   94.44%           
=======================================
  Files           5        5           
  Lines         828      828           
  Branches       85       85           
=======================================
  Hits          782      782           
  Misses         34       34           
  Partials       12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d9368e1...87763b0. Read the comment docs.