mganss / HtmlSanitizer

Cleans HTML to avoid XSS attacks
MIT License
1.52k stars 198 forks source link

Fix incorrect documentation #354

Closed vanillajonathan closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #354 (ef4b9f5) into master (dc236fc) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #354   +/-   ##
=======================================
  Coverage   94.29%   94.29%           
=======================================
  Files           4        4           
  Lines         806      806           
  Branches       85       85           
=======================================
  Hits          760      760           
  Misses         34       34           
  Partials       12       12           
Impacted Files Coverage Δ
src/HtmlSanitizer/EventArgs.cs 100.00% <ø> (ø)

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 dc236fc...ef4b9f5. Read the comment docs.

mganss commented 2 years ago

Thanks.