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

safe-global / safe-client-gateway / 27824890665
90%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 12:14PM UTC
Jobs 2
Files 1233
Run time 4min
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

19 Jun 2026 12:10PM UTC coverage: 90.325% (+0.03%) from 90.299%
27824890665

push

github

web-flow
fix: tolerate client/server clock skew when validating SiWe message t… (#3173)

SiWe login intermittently failed with 401 "Invalid message" immediately after signing, then succeeded after waiting ~1 minute. Root cause: the SiWe message time bounds (issuedAt, expirationTime, notBefore) were compared against the server clock with zero tolerance. When
the client clock runs ahead of the server clock (clock skew), a freshly-signed message's issuedAt is in the future relative to the server and is rejected as "Message yet issued" until the server clock catches up.

This adds a configurable clock-skew allowance, applied symmetrically to the three time bounds, mirroring the leeway used by JWT/OIDC validators. Replay protection and freshness remain enforced independently by the single-use, TTL-bound nonce, so the tolerance does not weaken those
guarantees.

4616 of 5485 branches covered (84.16%)

Branch coverage included in aggregate %.

18 of 18 new or added lines in 2 files covered. (100.0%)

17089 of 18545 relevant lines covered (92.15%)

629.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-unit-tests - 27824890665.1 19 Jun 2026 12:14PM UTC 2150
58.76
GitHub Action Run
2 run-integration-tests - 27824890665.2 19 Jun 2026 12:17PM UTC 2369
77.92
GitHub Action Run
Source Files on build 27824890665
  • Tree
  • List 1233
  • Changed 344
  • Source Changed 4
  • Coverage Changed 344
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27824890665
  • e88f1979 on github
  • Prev Build on main (#27811253698)
  • Next Build on main (#27826026622)
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