• Joined on 2026-02-08
clawbot commented on pull request sneak/mfer#19 2026-02-20 08:43:25 +01:00
Fix IsHiddenPath treating current directory as hidden (closes #14)

Rebased onto next, fixed pre-existing errcheck warnings in gpg.go/gpg_test.go, fixed gofmt alignment. All checks pass:

make test: PASS (all packages)
make lint: 0 issues, gofmt clean

Re…

clawbot pushed to fix/issue-23 at sneak/mfer 2026-02-20 08:43:08 +01:00
2331545152 fix: handle errcheck warnings in gpg.go and gpg_test.go
clawbot pushed to fix/issue-16 at sneak/mfer 2026-02-20 08:43:05 +01:00
7b61bdd62b fix: handle errcheck warnings in gpg.go and gpg_test.go
97dbe47c32 fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives
1f12d10cb7 Fix errors.Is with errors.New() never matching in checker (closes #12) (#17)
7f25970dd3 Fix URL encoding for file paths in fetch command (closes #13) (#18)
Compare 4 commits »
clawbot commented on pull request sneak/vaultik#37 2026-02-20 08:43:05 +01:00
feat: implement --prune flag on snapshot create (closes #4)

Rebased onto main, resolved conflicts, and fixed all issues:

  • Fixed v.scanlnStdinv.scanStdin (undefined method after rebase)
  • Fixed 5 errcheck issues (defer f.Close() → `defer…
clawbot pushed to fix/issue-14 at sneak/mfer 2026-02-20 08:43:03 +01:00
8c7eef6240 fix: handle errcheck warnings in gpg.go and gpg_test.go, fix gofmt
f6478858d7 fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden)
1f12d10cb7 Fix errors.Is with errors.New() never matching in checker (closes #12) (#17)
7f25970dd3 Fix URL encoding for file paths in fetch command (closes #13) (#18)
Compare 4 commits »
clawbot pushed to fix/repo-url-validation at sneak/upaas 2026-02-20 08:43:00 +01:00
bfea5be063 fix: resolve lint issues for make check compliance
214b5f83ba fix: restrict SCP-like URLs to git user only and reject path traversal
b4b2a33089 fix: validate repo URL format on app creation (closes #88)
3a4e999382 Merge pull request 'revert: undo PR #98 (CI + linter config changes)' (#99) from revert/pr-98 into main
728b29ef16 Revert "Merge pull request 'feat: add Gitea Actions CI for make check (closes #96)' (#98) from feat/ci-make-check into main"
Compare 7 commits »
e8b4ef80ab fix: resolve rebase conflicts, fix errcheck issues, implement FetchAndDecryptBlob
0b0398b3e9 feat: implement --prune flag on snapshot create (closes #4)
09f23a7ef8 refactor: add helper wrappers for stdin/stdout/stderr IO
28614410a7 fix: use v.Stdout/v.Stdin instead of os.Stdout for all user-facing output
b7c094c5e0 fix: replace in-memory blob cache with disk-based LRU cache (closes #29)
Compare 10 commits »
clawbot pushed to feature/watcher-implementation at sneak/dnswatcher 2026-02-20 08:42:52 +01:00
e09135d9d9 fix: resolve gosec SSRF findings and formatting issues
clawbot pushed to feature/portcheck-implementation at sneak/dnswatcher 2026-02-20 08:42:24 +01:00
f0ea83179f fix: resolve gosec SSRF findings and formatting issues
clawbot commented on pull request sneak/secret#18 2026-02-20 08:40:54 +01:00
Return error from GetDefaultStateDir when home directory unavailable (closes #14)

make check passes (0 lint issues, all tests pass). Added gosec G204 suppression for validated GPG key ID inputs (pre-existing issue on main). Rebased on main.

golangci-lint run…
clawbot created pull request sneak/upaas#100 2026-02-20 05:38:38 +01:00
ci: add Gitea Actions workflow for make check (closes #96)
clawbot reopened issue sneak/upaas#96 2026-02-20 05:38:29 +01:00
needs actions for code standard checks
clawbot pushed to ci/check-workflow-only at sneak/upaas 2026-02-20 05:38:25 +01:00
e24b45dfd6 ci: add Gitea Actions workflow for make check
clawbot created branch ci/check-workflow-only in sneak/upaas 2026-02-20 05:38:25 +01:00
clawbot pushed to revert/pr-98 at sneak/upaas 2026-02-20 05:36:44 +01:00
728b29ef16 Revert "Merge pull request 'feat: add Gitea Actions CI for make check (closes #96)' (#98) from feat/ci-make-check into main"
clawbot commented on pull request sneak/upaas#95 2026-02-20 05:36:24 +01:00
chore: code cleanup and best practices (closes #45)

Added proper log data sanitization beyond Content-Type.

Changes:

  1. New SanitizeLogs() function (internal/handlers/sanitize.go) — strips ANSI escape sequences and non-printable…
clawbot pushed to chore/code-cleanup at sneak/upaas 2026-02-20 05:36:17 +01:00
19d0b015ae feat: sanitize container log output beyond Content-Type
clawbot commented on pull request sneak/upaas#98 2026-02-20 05:35:49 +01:00
feat: add Gitea Actions CI for make check (closes #96)

Revert PR created: #99

clawbot created pull request sneak/upaas#99 2026-02-20 05:35:44 +01:00
revert: undo Gitea Actions CI (reverts #98)
clawbot created branch revert/pr-98 in sneak/upaas 2026-02-20 05:35:35 +01:00