Jeffrey Paul sneak
sneak pushed to feature/migrations-table-schema-file at sneak/pixa 2026-03-20 23:58:10 +01:00
862226b910 Merge branch 'main' into feature/migrations-table-schema-file
a50364bfca Enforce and document exact-match-only for signature verification (#40)
Compare 2 commits »
sneak deleted branch fix/signature-exact-match-only from sneak/pixa 2026-03-20 23:56:47 +01:00
sneak pushed to main at sneak/pixa 2026-03-20 23:56:47 +01:00
a50364bfca Enforce and document exact-match-only for signature verification (#40)
sneak closed issue sneak/pixa#27 2026-03-20 23:56:47 +01:00
should not support suffix matching for signatures
sneak merged pull request sneak/pixa#40 2026-03-20 23:56:45 +01:00
Enforce and document exact-match-only for signature verification
sneak deleted branch feature/cookie-auth-refactor from sneak/chat 2026-03-20 23:54:26 +01:00
sneak pushed to main at sneak/chat 2026-03-20 23:54:25 +01:00
5f3c0633f6 refactor: replace Bearer token auth with HttpOnly cookies (#84)
sneak merged pull request sneak/chat#84 2026-03-20 23:54:24 +01:00
refactor: replace Bearer token auth with HttpOnly cookies
sneak deleted branch style/constructor-naming-params from sneak/prompts 2026-03-20 07:06:05 +01:00
sneak pushed to main at sneak/prompts 2026-03-20 07:06:05 +01:00
4b64c213f8 style: strengthen constructor naming and Params struct rules (#19)
sneak merged pull request sneak/prompts#19 2026-03-20 07:06:03 +01:00
style: strengthen constructor naming and Params struct rules
sneak deleted branch consolidate-appname-to-globals from sneak/pixa 2026-03-20 07:04:56 +01:00
sneak pushed to main at sneak/pixa 2026-03-20 07:04:55 +01:00
e85b5ff033 Consolidate appname to internal/globals as a constant (#34)
sneak merged pull request sneak/pixa#34 2026-03-20 07:04:54 +01:00
Consolidate appname to internal/globals as a constant
sneak commented on pull request sneak/pixa#36 2026-03-20 07:03:52 +01:00
Move schema_migrations table creation into 000.sql

schema versions should be an int not text

sneak commented on pull request sneak/pixa#37 2026-03-20 07:01:55 +01:00
Bound imageprocessor.Process input read to prevent unbounded memory use

@clawbot please fix the nit - sloppy and unprofessional

sneak deleted branch fix/bounded-processor-read from sneak/pixa 2026-03-20 07:01:16 +01:00
sneak pushed to main at sneak/pixa 2026-03-20 07:01:16 +01:00
55a609dd77 Bound imageprocessor.Process input read to prevent unbounded memory use (#37)
sneak closed issue sneak/pixa#31 2026-03-20 07:01:15 +01:00
imageprocessor.Process appears to do unbounded read into memory
sneak merged pull request sneak/pixa#37 2026-03-20 07:01:15 +01:00
Bound imageprocessor.Process input read to prevent unbounded memory use