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

decentraland / worlds-content-server / 32195938902
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: feat/ignore-name-ownership-validation
DEFAULT BRANCH: main
Ran 18 Aug 2026 11:12PM UTC
Jobs 1
Files 122
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

18 Aug 2026 11:08PM UTC coverage: 91.72% (-0.001%) from 91.721%
32195938902

Pull #534

github

LautaroPetaccio
fix(auth): use rejectIfSigner instead of normalizing the signer

The previous commit folded the signer with trim().toLowerCase() before
comparing, so a re-spelled value could not walk past the gate. That works,
but it rewrites a value the signature binds, and it is the one place in
this migration where a service transformed metadata rather than refusing
it.

6.1.0 provides the predicate that gate wanted. rejectIfSigner refuses a
signer that is not already canonical instead of folding it, so the same
requests are refused and the value reaching handlers stays exactly what
the client signed.

Bumps the dependency to ^6.1.0 for it.

The four non-canonical cases split, because the predicate refuses a
non-canonical `signer` whether or not it matches the sentinel: the two
signer cases now expect 400, the two intent cases stay 200 since this
route does not gate intent. Noted there that the /comms adapter route does
compare intent, and should use requireCanonicalField if that check ever
moves.
Pull Request #534: fix(auth): upgrade @dcl/crypto-middleware to 6

1880 of 2169 branches covered (86.68%)

Branch coverage included in aggregate %.

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

3869 of 4099 relevant lines covered (94.39%)

137.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32195938902.1 18 Aug 2026 11:12PM UTC 243
92.75
GitHub Action Run
Source Files on build 32195938902
  • Tree
  • List 122
  • Changed 82
  • Source Changed 1
  • Coverage Changed 82
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32195938902
  • Pull Request #534
  • PR Base - main (#32064237206)
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