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

supabase-community / supabase-mcp / 18754101193
95%

Build:
DEFAULT BRANCH: main
Ran 23 Oct 2025 03:48PM UTC
Jobs 1
Files 28
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

23 Oct 2025 03:47PM UTC coverage: 95.631% (-0.06%) from 95.692%
18754101193

push

github

web-flow
fix(list_table): preventing sql injection attack on list_tables (#165)

* preventing sql injection attack on list_tables

* refactor: address review comments - use unknown[] and add transaction wrapper

- Replace z.any() with z.unknown() for better type safety (aligns with postgres-meta)
- Wrap query execution in transaction to prevent race conditions for future parallelization
- All 123 tests passing

* test: use division by zero payload from HackerOne report

- Changed SQL injection test to use actual payload from Linear issue AI-139
- Payload: "public') OR (SELECT 1)=1/0--" which causes division by zero error without parameterization
- With parameterized queries, returns empty array [] instead of error
- Addresses review feedback about using realistic example from original report

* chore: remove debug console.log statements

251 of 277 branches covered (90.61%)

Branch coverage included in aggregate %.

11 of 14 new or added lines in 4 files covered. (78.57%)

1 existing line in 1 file now uncovered.

2244 of 2332 relevant lines covered (96.23%)

49.64 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
87.18
-4.0% packages/mcp-server-supabase/src/pg-meta/index.ts

Uncovered Existing Lines

Lines Coverage ∆ File
1
87.18
-4.0% packages/mcp-server-supabase/src/pg-meta/index.ts
Jobs
ID Job ID Ran Files Coverage
1 18754101193.1 23 Oct 2025 03:48PM UTC 28
95.63
GitHub Action Run
Source Files on build 18754101193
  • Tree
  • List 28
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #18754101193
  • c3e263c3 on github
  • Prev Build on main (#18664895960)
  • Next Build on main (#18845669348)
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