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

thumbor / thumbor / 26697369156
89%

Build:
DEFAULT BRANCH: master
Ran 30 May 2026 11:09PM UTC
Jobs 5
Files 103
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

30 May 2026 11:07PM UTC coverage: 88.924%. Remained the same
26697369156

push

github

marcelometal
fix: prevent DoS via divide-by-zero in convolution filter (columns=0)

Passing columns=0 to filters:convolution() reached the C extension and
triggered a SIGFPE, crashing the process (remote DoS).

convolution.py: use PositiveNonZeroNumber to reject columns=0 at the regex
level before the filter is instantiated.

convolution.c: guard columns_count <= 0 with a ValueError before any % or /
operation.

Regression tests added for both layers.

3942 of 4433 relevant lines covered (88.92%)

4.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.11 - 26697369156.1 30 May 2026 11:10PM UTC 103
88.92
GitHub Action Run
2 run-3.10 - 26697369156.2 30 May 2026 11:09PM UTC 103
88.92
GitHub Action Run
3 run-3.13 - 26697369156.3 30 May 2026 11:09PM UTC 103
88.92
GitHub Action Run
4 run-3.14 - 26697369156.4 30 May 2026 11:09PM UTC 103
88.92
GitHub Action Run
5 run-3.12 - 26697369156.5 30 May 2026 11:09PM UTC 103
88.92
GitHub Action Run
Source Files on build 26697369156
  • Tree
  • List 103
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26697369156
  • 447e192e on github
  • Prev Build on master (#26697350452)
  • Next Build on master (#26697465212)
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