Jeffrey Paul sneak
sneak closed issue sneak/dnswatcher#2 2026-02-20 09:06:42 +01:00
feat: implement watcher monitoring orchestrator
sneak pushed to feature/watcher-implementation at sneak/dnswatcher 2026-02-20 09:06:29 +01:00
d5738d6d43 Merge branch 'main' into feature/watcher-implementation
5e4631776a Merge pull request 'feat: unify DOMAINS/HOSTNAMES into single TARGETS config (closes #10)' (#11) from feature/unified-targets into main
f8d5a8f6cc fix: resolve gosec SSRF findings and formatting issues
73e01c7664 feat: unify DOMAINS/HOSTNAMES into single TARGETS config
Compare 4 commits »
sneak commented on pull request sneak/dnswatcher#9 2026-02-20 09:06:10 +01:00
feat: implement iterative DNS resolver (closes #1)

fix

sneak commented on pull request sneak/dnswatcher#13 2026-02-20 09:05:16 +01:00
fix: suppress gosec G704 SSRF false positive on webhook URLs

fix

sneak pushed to main at sneak/dnswatcher 2026-02-20 09:05:02 +01:00
5e4631776a Merge pull request 'feat: unify DOMAINS/HOSTNAMES into single TARGETS config (closes #10)' (#11) from feature/unified-targets into main
f8d5a8f6cc fix: resolve gosec SSRF findings and formatting issues
73e01c7664 feat: unify DOMAINS/HOSTNAMES into single TARGETS config
Compare 3 commits »
sneak closed issue sneak/dnswatcher#10 2026-02-20 09:05:00 +01:00
Unify DOMAINS and HOSTNAMES into a single TARGETS config
sneak merged pull request sneak/dnswatcher#11 2026-02-20 09:05:00 +01:00
feat: unify DOMAINS/HOSTNAMES into single TARGETS config (closes #10)
sneak commented on issue sneak/dnswatcher#12 2026-02-20 09:03:43 +01:00
CRITICAL: resolver tests hit real DNS, test suite exceeds 30s

don’t assign issues to me until and unless there is a PR in the merge ready state to fix it.

sneak commented on issue sneak/dnswatcher#12 2026-02-20 09:03:02 +01:00
CRITICAL: resolver tests hit real DNS, test suite exceeds 30s

no, dns queries don’t take more than 500ms each. how many are we making???

sneak commented on pull request sneak/secret#17 2026-02-20 08:59:53 +01:00
Skip unlocker directories with missing metadata instead of failing (closes #1)

please make an issue identifying any other places we should be warning the user about anomalous conditions. then make a PR adding calls to our new warn function in those places.

sneak pushed to main at sneak/secret 2026-02-20 08:59:05 +01:00
1c330c697f Merge pull request 'Skip unlocker directories with missing metadata instead of failing (closes #1)' (#17) from clawbot/secret:fix/issue-1 into main
d18e286377 Merge branch 'main' into fix/issue-1
c0f221b1ca Change missing metadata log from Debug to Warn for visibility without --verbose
1a96360f6a Skip unlocker directories with missing metadata instead of failing
Compare 4 commits »
sneak closed issue sneak/secret#1 2026-02-20 08:59:04 +01:00
missing metadata file for single unlocker breaks 'list' command
sneak merged pull request sneak/secret#17 2026-02-20 08:59:04 +01:00
Skip unlocker directories with missing metadata instead of failing (closes #1)
sneak pushed to main at sneak/secret 2026-02-20 08:58:22 +01:00
f49fde3a06 Merge pull request 'Fix getLongTermPrivateKey derivation index hardcoded to 0 (closes #3)' (#8) from clawbot/secret:fix/issue-3 into main
206651f89a Merge branch 'main' into fix/issue-3
596027f210 fix: suppress gosec G204 for validated GPG key ID inputs
0aa9a52497 test: add test for getLongTermPrivateKey derivation index
09ec79c57e fix: use vault derivation index in getLongTermPrivateKey instead of hardcoded 0
Compare 5 commits »
sneak closed issue sneak/secret#3 2026-02-20 08:58:22 +01:00
Bug: getLongTermPrivateKey hardcodes derivation index 0 for mnemonic path
sneak merged pull request sneak/secret#8 2026-02-20 08:58:22 +01:00
Fix getLongTermPrivateKey derivation index hardcoded to 0 (closes #3)
sneak pushed to main at sneak/secret 2026-02-20 08:57:21 +01:00
09be20a044 Merge pull request 'Allow uppercase letters in secret names (closes #2)' (#16) from clawbot/secret:fix/issue-2 into main
2e1ba7d2e0 Merge branch 'main' into fix/issue-2
e8339f4d12 fix: update integration test to allow uppercase secret names
4f984cd9c6 fix: suppress gosec G204 for validated GPG key ID inputs
0307f23024 Allow uppercase letters in secret names (closes #2)
Compare 5 commits »
sneak closed issue sneak/secret#2 2026-02-20 08:57:20 +01:00
secret name validation is wrong
sneak merged pull request sneak/secret#16 2026-02-20 08:57:20 +01:00
Allow uppercase letters in secret names (closes #2)
sneak pushed to main at sneak/secret 2026-02-20 08:56:53 +01:00
1a23016df1 Merge pull request 'Validate secret name in GetSecretVersion to prevent path traversal (closes #13)' (#15) from clawbot/secret:fix/issue-13 into main
ebe3c17618 Merge branch 'main' into fix/issue-13
dc225bd0b1 fix: add blank line before return for nlreturn linter
6acd57d0ec fix: suppress gosec G204 for validated GPG key ID inputs
8eb25b98fd fix: block .. path components in secret names and validate in GetSecretObject
Compare 6 commits »