• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

audunru / export-response / 26866364569
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 03 Jun 2026 05:50AM UTC
Jobs 1
Files 17
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Jun 2026 05:50AM UTC coverage: 99.281% (+0.03%) from 99.248%
26866364569

push

github

web-flow
fix: build Content-Disposition with HeaderUtils to prevent header injection (#107)

Replaced manual sprintf with Symfony HeaderUtils::makeDisposition, which
safely escapes filenames (quotes, CRLF) rather than interpolating them
raw into the header value. Str::ascii() derives an ASCII fallback
automatically when only a single non-ASCII filename is passed, preserving
full UTF-8 support via filename* without throwing.

The emitted header format changes for ASCII filenames from the redundant
  attachment; filename="x.csv"; filename*=utf-8''x.csv
to the RFC-6266-correct
  attachment; filename=x.csv

7 of 7 new or added lines in 1 file covered. (100.0%)

138 of 139 relevant lines covered (99.28%)

10.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26866364569.1 03 Jun 2026 05:50AM UTC 17
99.28
GitHub Action Run
Source Files on build 26866364569
  • Tree
  • List 17
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26866364569
  • 50175f90 on github
  • Prev Build on main (#26866241322)
  • Next Build on main (#26866375844)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc