close
Skip to content

Escape dataset title in HTML serialization - #668

Merged
hugovk merged 1 commit into
jazzband:masterfrom
claudep:secfix
Jul 31, 2026
Merged

Escape dataset title in HTML serialization#668
hugovk merged 1 commit into
jazzband:masterfrom
claudep:secfix

Conversation

@claudep

@claudep claudep commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Fixes CVE-2026-9318 - Stored XSS in tablib HTML Export via Unescaped Dataset Title

Many thanks to Katriel Moses and VulnCheck for the report.

Fixes CVE-2026-9318 - Stored XSS in tablib HTML Export via
Unescaped Dataset Title

Many thanks to Katriel Moses and VulnCheck for the report.
@hugovk hugovk added the changelog: Security In case of vulnerabilities label Jul 31, 2026
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.48%. Comparing base (27dffd5) to head (4a18004).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #668      +/-   ##
==========================================
+ Coverage   93.47%   93.48%   +0.01%     
==========================================
  Files          29       29              
  Lines        3308     3315       +7     
==========================================
+ Hits         3092     3099       +7     
  Misses        216      216              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hugovk
hugovk merged commit b0ff39f into jazzband:master Jul 31, 2026
24 checks passed
@hugovk hugovk changed the title Escaped dataset title in HTML serialization Escape dataset title in HTML serialization Jul 31, 2026
@claudep
claudep deleted the secfix branch July 31, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog: Security In case of vulnerabilities

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants