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

ukeeper / ukeeper-readability / 28679477920
78%
master: 78%

Build:
Build:
LAST BUILD BRANCH: fix/docker-gha-cache
DEFAULT BRANCH: master
Ran 03 Jul 2026 07:19PM UTC
Jobs 1
Files 10
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 Jul 2026 03:48AM UTC coverage: 77.973% (+0.03%) from 77.947%
28679477920

Pull #82

github

paskal
Fix top-3 review findings: SSRF, textarea CRLF corruption, image fetch

Block SSRF via user-supplied URLs. Extraction and image fetches now
reject targets resolving to loopback, private, link-local or other
non-public addresses via a net.Dialer Control hook (checks the actual
IP at connect time, so it also covers redirects and DNS rebinding).
Gated by BlockPrivateNetworks, wired on in main; default stays permissive
so httptest-based tests keep working. `POST /api/extract` was and remains
unauthenticated, so this is the real mitigation.

Stop corrupting multi-line rule fields. saveRule split match_url,
excludes and test_urls on "\n" only, so browser-submitted \r\n left a
trailing \r on every entry and blank lines became empty strings. New
splitTrimLines trims and drops empties; handlePreview reuses it.

Rework image sizing. getImageSize buffered every image fully into memory
with a fresh client per image, no context and unbounded per-page
goroutines. Now it streams to io.Discard behind an io.LimitReader (10MB
cap), shares one client, honors the request context and caps concurrency
at 8 probes per page.
Pull Request #82: Fix top-3 review findings: SSRF, textarea CRLF corruption, image fetch

60 of 69 new or added lines in 6 files covered. (86.96%)

800 of 1026 relevant lines covered (77.97%)

9.57 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
73.08
extractor/safedial.go
2
94.03
-2.64% extractor/pics.go
Jobs
ID Job ID Ran Files Coverage
1 28679477920.1 03 Jul 2026 07:19PM UTC 10
77.97
GitHub Action Run
Source Files on build 28679477920
  • Tree
  • List 10
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #82
  • PR Base - master (#28463114096)
  • Delete
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