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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 03 Jun 2026 05:50AM UTC
Files 17
Run time 0s
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.1

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

138 of 139 relevant lines covered (99.28%)

10.99 hits per line

Source Files on job 26866364569.1
  • Tree
  • List 17
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26866364569
  • 50175f90 on github
  • Prev Job for on main (#26866241322.1)
  • Next Job for on main (#26866375844.1)
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