vaultik/internal/vaultik
clawbot bfd7334221 fix: replace table name allowlist with regex sanitization
Replace the hardcoded validTableNames allowlist with a regexp that
only allows [a-z0-9_] characters. This prevents SQL injection without
requiring maintenance of a separate allowlist when new tables are added.

Addresses review feedback from @sneak on PR #32.
2026-02-15 21:17:24 -08:00
..
helpers.go Add custom types, version command, and restore --verify flag 2026-01-14 17:11:52 -08:00
info.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00
integration_test.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00
prune.go Add --quiet flag, --json output, and config permission check 2026-01-16 09:20:29 -08:00
restore.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00
snapshot.go fix: replace table name allowlist with regex sanitization 2026-02-15 21:17:24 -08:00
vaultik.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00
verify.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00