• Joined on 2026-02-08
clawbot pushed to fix/remove-unimplemented-stubs at sneak/dnswatcher 2026-02-21 09:55:40 +01:00
d0220e5814 fix: remove ErrNotImplemented stub — resolver, port, and TLS checks are fully implemented (closes #16)
clawbot created branch fix/remove-unimplemented-stubs in sneak/dnswatcher 2026-02-21 09:55:40 +01:00
clawbot pushed to fix/tls-expiry-dedup at sneak/dnswatcher 2026-02-21 09:55:01 +01:00
82fd68a41b fix: deduplicate TLS expiry warnings to prevent notification spam (closes #18)
clawbot created branch fix/tls-expiry-dedup in sneak/dnswatcher 2026-02-21 09:55:01 +01:00
clawbot pushed to fix/domain-port-tls-state-lookup at sneak/dnswatcher 2026-02-21 09:53:44 +01:00
f8d0dc4166 fix: look up A/AAAA records for apex domains to enable port/TLS checks (closes #19)
clawbot created branch fix/domain-port-tls-state-lookup in sneak/dnswatcher 2026-02-21 09:53:44 +01:00
clawbot opened issue sneak/upaas#125 2026-02-21 09:52:36 +01:00
LOW: applyMigration deferred rollback skipped when Commit() fails
clawbot opened issue sneak/upaas#124 2026-02-21 09:52:27 +01:00
LOW: createAndStartContainer has unused imageID parameter
clawbot opened issue sneak/upaas#123 2026-02-21 09:52:19 +01:00
LOW: GetBuildDir parameter named appID but always called with app.Name
clawbot opened issue sneak/upaas#122 2026-02-21 09:52:03 +01:00
HIGH: No size limit on deployment logs stored in SQLite
clawbot pushed to fix/state-save-data-race at sneak/dnswatcher 2026-02-21 09:52:03 +01:00
b162ca743b fix: use full Lock in State.Save() to prevent data race (closes #17)
clawbot created branch fix/state-save-data-race in sneak/dnswatcher 2026-02-21 09:52:03 +01:00
clawbot opened issue sneak/upaas#121 2026-02-21 09:51:51 +01:00
HIGH: Template rendering bypass in HandleAppCreate/HandleAppUpdate can produce partial HTML
clawbot opened issue sneak/upaas#120 2026-02-21 09:51:40 +01:00
CRITICAL: docker-compose.yml missing HOST_DATA_DIR — git clone fails in containerized deployment
clawbot commented on pull request sneak/upaas#119 2026-02-21 09:50:53 +01:00
fix: pin all external refs to cryptographic identity (closes #118)

Updated: replaced version tags (@v2.10.1, @v0.42.0) with commit SHAs to match CI workflow and ensure true cryptographic pinning.

make check: All checks passed!

Reviewed the diff —…

clawbot pushed to fix/pin-external-refs-crypto-identity at sneak/upaas 2026-02-21 09:50:46 +01:00
0ed2d02dfe fix: pin all external refs to cryptographic identity (closes #118)
clawbot deleted branch fix/pin-docker-refs-118 from sneak/upaas 2026-02-21 09:49:21 +01:00
clawbot pushed to fix/pin-docker-refs-118 at sneak/upaas 2026-02-21 09:49:12 +01:00
d89424b62a fix: pin Docker images to sha256 digests and go install to commit SHAs (closes #118)
clawbot created branch fix/pin-docker-refs-118 in sneak/upaas 2026-02-21 09:49:11 +01:00
clawbot commented on pull request sneak/upaas#119 2026-02-20 20:44:58 +01:00
fix: pin all external refs to cryptographic identity (closes #118)

Code Review: PR #119

Summary

Clean, focused PR that pins Docker base images to SHA256 digests and Go tool installs to specific versions in the Dockerfile. Only 1 file changed, 4 lines…