Skip to content

Migrate from Supabase to Turso (libSQL/SQLite) - #234

Merged
ralyodio merged 3 commits into
masterfrom
worktree-turso-migration
Aug 11, 2026
Merged

Migrate from Supabase to Turso (libSQL/SQLite)#234
ralyodio merged 3 commits into
masterfrom
worktree-turso-migration

Generate test passwords instead of hardcoding them

a7fbe3d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ThreatCrush succeeded Aug 11, 2026 in 4s

4 new alerts including 4 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 80 in apps/web/src/routes/api/secrets/[id]/+server.js

See this annotation in the file changed.

Code scanning / threatcrush

SQL built from a template literal or f-string Medium

SQL built from a template literal or f-string (CWE-89)

Check warning on line 141 in apps/web/src/routes/api/workflows/[id]/+server.js

See this annotation in the file changed.

Code scanning / threatcrush

SQL built from a template literal or f-string Medium

SQL built from a template literal or f-string (CWE-89)

Check warning on line 70 in docs/Turso-Migration.md

See this annotation in the file changed.

Code scanning / threatcrush

SQL built from a template literal or f-string Medium documentation

SQL built from a template literal or f-string (CWE-89) — in documentation or example code, which nothing runs

Check warning on line 9 in package.json

See this annotation in the file changed.

Code scanning / threatcrush

install-time lifecycle script Medium

"postinstall" runs automatically on install: node scripts/socket-patch.mjs