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

safe-global / safe-client-gateway / 30002868743
88%

Build:
DEFAULT BRANCH: main
Ran 23 Jul 2026 11:25AM UTC
Jobs 2
Files 913
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

23 Jul 2026 11:22AM UTC coverage: 88.001% (-0.01%) from 88.015%
30002868743

push

github

web-flow
chore(deps): upgrade typeorm to 1.1.0 (#3290)

  - Upgrades typeorm from 0.3.28 to 1.1.0, the current stable release line.
  - Primary driver: an unpatched advisory affecting UpdateQueryBuilder/SoftDeleteQueryBuilder — the order argument passed to orderBy/addOrderBy on those builders is concatenated into generated SQL without validation, permitting blind SQL injection via the sort direction
  (SelectQueryBuilder.orderBy was already unaffected). Fixed upstream in 0.3.29/1.0.0.
    - Verified this was not currently exploitable in this codebase: this project only connects to Postgres (no MySQL/MariaDB driver, and the advisory is scoped to those), and the only orderBy/addOrderBy call in the codebase runs on a SelectQueryBuilder with a hardcoded literal, not user
  input. Upgrading anyway as defense-in-depth since it's a direct dependency of our ORM.
  - Went with 1.1.0 (latest) rather than the minimal 0.3.29 patch per request, picking up additional upstream fixes (aggregate-column resolution, an eager-loading bug that could overwrite manually-set relations, a migration query-runner leak, returning option for update/upsert).

3684 of 4428 branches covered (83.2%)

Branch coverage included in aggregate %.

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

2 existing lines in 2 files now uncovered.

9561 of 10623 relevant lines covered (90.0%)

489.56 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
86.67
-5.0% src/modules/notifications/routes/v1/notifications.controller.ts
1
94.35
-1.61% src/modules/transactions/routes/mappers/common/transaction-data.mapper.ts
Jobs
ID Job ID Ran Files Coverage
1 run-integration-tests - 30002868743.1 23 Jul 2026 11:27AM UTC 913
63.81
GitHub Action Run
2 run-unit-tests - 30002868743.2 23 Jul 2026 11:25AM UTC 913
62.67
GitHub Action Run
Source Files on build 30002868743
  • Tree
  • List 913
  • Changed 10
  • Source Changed 7
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30002868743
  • 8caf2adc on github
  • Prev Build on main (#29996844414)
  • Next Build on main (#30005210762)
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