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

stacklok / toolhive / 31528762774
70%

Build:
DEFAULT BRANCH: main
Ran 11 Aug 2026 07:43PM UTC
Jobs 1
Files 875
Run time 2min
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

11 Aug 2026 07:37PM UTC coverage: 70.267% (+0.01%) from 70.257%
31528762774

push

github

web-flow
fix(auth): bind OAuth callback listener to loopback only (#6238)

The interactive login callback server bound ":port" (all interfaces)
while advertising a localhost redirect URL. For the lifetime of a
login, any host on the LAN could probe the listener and abort the
flow by hitting /callback?error=... (no state needed on the error
path). Login-code theft is not possible: the 128-bit state is
validated before token exchange, so the impact is login DoS only.

Bind 127.0.0.1 explicitly, matching the redirect URL host and the
loopback address the port-availability probe already uses. Added
TestListenAddrLoopback asserting the listener address is loopback.

Signed-off-by: Sasha Mitchell <sash.t.mitchell@gmail.com>

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

14 existing lines in 4 files now uncovered.

84436 of 120165 relevant lines covered (70.27%)

98.31 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
76.15
-5.5% pkg/secrets/keyring/keyctl_linux.go
4
62.08
0.6% pkg/workloads/manager.go
2
93.94
-6.06% pkg/foreach/foreach.go
2
94.77
-1.31% pkg/vmcp/composer/dag_executor.go
Jobs
ID Job ID Ran Files Coverage
1 31528762774.1 11 Aug 2026 07:43PM UTC 875
70.27
GitHub Action Run
Source Files on build 31528762774
  • Tree
  • List 875
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31528762774
  • c86cb8a1 on github
  • Prev Build on main (#31515909271)
  • Next Build on main (#31598145324)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc