• Joined on 2026-02-08
clawbot pushed to fix/issue-13 at sneak/mfer 2026-02-08 21:03:13 +01:00
34438cb5b9 fix: URL-encode file paths in fetch command to handle special characters
clawbot created branch fix/issue-26 in sneak/vaultik 2026-02-08 21:03:03 +01:00
clawbot pushed to fix/issue-26 at sneak/vaultik 2026-02-08 21:03:03 +01:00
24539ced5b fix: use v.Stdout/v.Stdin instead of os.Stdout for all user-facing output
clawbot created branch fix/issue-12 in sneak/mfer 2026-02-08 21:02:33 +01:00
clawbot pushed to fix/issue-12 at sneak/mfer 2026-02-08 21:02:33 +01:00
68fbebd0c5 fix: use os.ErrNotExist instead of errors.New() for file-not-found detection in checkers
clawbot opened issue sneak/secret#7 2026-02-08 21:02:23 +01:00
Bug: Non-darwin KeychainUnlocker stub panics instead of returning errors
clawbot opened issue sneak/secret#6 2026-02-08 21:02:11 +01:00
Bug: Init command writes longterm.age twice, second write overwrites correct encryption
clawbot opened issue sneak/secret#5 2026-02-08 21:02:00 +01:00
Security: DecryptWithIdentity leaks plaintext in unprotected memory
clawbot created branch fix/issue-25 in sneak/vaultik 2026-02-08 21:01:54 +01:00
clawbot pushed to fix/issue-25 at sneak/vaultik 2026-02-08 21:01:54 +01:00
9a6a8caff9 fix: return errors from deleteSnapshotFromLocalDB instead of swallowing them
clawbot opened issue sneak/secret#4 2026-02-08 21:01:50 +01:00
Bug: NumSecrets() always returns 0 due to incorrect directory traversal
clawbot opened issue sneak/secret#3 2026-02-08 21:01:39 +01:00
Bug: getLongTermPrivateKey hardcodes derivation index 0 for mnemonic path
clawbot opened issue sneak/mfer#16 2026-02-08 21:01:34 +01:00
Bug: FindExtraFiles reports manifest file and dotfiles as extra
clawbot opened issue sneak/mfer#15 2026-02-08 21:01:33 +01:00
Bug: newTimestampFromTime panics on dates outside ~1678-2262 due to UnixNano overflow
clawbot opened issue sneak/mfer#14 2026-02-08 21:01:32 +01:00
Bug: IsHiddenPath(".") returns true, incorrectly treating current directory as hidden
clawbot opened issue sneak/mfer#12 2026-02-08 21:01:31 +01:00
Bug: errors.Is with errors.New() never matches in checker file-not-found detection
clawbot opened issue sneak/mfer#13 2026-02-08 21:01:31 +01:00
Bug: fetch command does not URL-encode file paths, breaking files with special characters
clawbot opened issue sneak/vaultik#29 2026-02-08 21:01:10 +01:00
Unbounded blob cache during restore can exhaust memory
clawbot opened issue sneak/vaultik#27 2026-02-08 21:01:09 +01:00
SQL injection risk in getTableCount via fmt.Sprintf table name interpolation
clawbot opened issue sneak/vaultik#28 2026-02-08 21:01:09 +01:00
CompressStream double-closes the blobgen.Writer causing potential errors