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

safe-global / safe-client-gateway / 27822793011
90%
main: 88%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/smithy/util-stream-4.7.15
DEFAULT BRANCH: main
Ran 19 Jun 2026 11:27AM UTC
Jobs 2
Files 1233
Run time 3min
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 11:23AM UTC coverage: 90.316% (+0.02%) from 90.299%
27822793011

Pull #3173

github

PooyaRaki
fix: tolerate client/server clock skew when validating SiWe message time bounds

SiWe message time bounds (issuedAt, expirationTime, notBefore) were compared
against the server clock with zero tolerance, so a freshly-signed message whose
issuedAt was a few seconds ahead of the server (clock skew) was rejected with
"Message yet issued" until the server clock caught up.

Add a configurable clock-skew allowance applied symmetrically to the three time
bounds. It is sourced from AUTH_CLOCK_SKEW_SECONDS (default 30s) via
IConfigurationService and passed into the SiWe message schema, which becomes a
factory (buildSiweMessageSchema) following the existing schema-factory pattern.
Replay/freshness remain enforced by the single-use, TTL-bound nonce, so the
tolerance does not weaken those guarantees.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #3173: fix: tolerate client/server clock skew when validating SiWe message t…

4614 of 5485 branches covered (84.12%)

Branch coverage included in aggregate %.

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

17089 of 18545 relevant lines covered (92.15%)

646.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-integration-tests - 27822793011.1 19 Jun 2026 11:29AM UTC 2369
77.94
GitHub Action Run
2 run-unit-tests - 27822793011.2 19 Jun 2026 11:27AM UTC 2150
58.76
GitHub Action Run
Source Files on build 27822793011
  • 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 #27822793011
  • Pull Request #3173
  • PR Base - main (#27811253698)
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