go-crypt/trust
Snider 36bf16b06e
Some checks failed
Security Scan / security (pull_request) Failing after 8s
Test / test (pull_request) Failing after 4m46s
fix(coderabbit): address review findings
- auth: prevent legacy .lthn fallback when .hash file exists but is
  unreadable or has unexpected format (security fix in verifyPassword
  and Login)
- chachapoly: wrap raw error returns in Decrypt with coreerr.E()
- trust: reject trailing data in LoadPolicies JSON decoder

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 13:32:21 +00:00
..
approval.go refactor: replace remaining fmt.Errorf/os.* with go-io/go-log conventions 2026-03-16 20:50:38 +00:00
approval_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00
audit.go refactor: replace remaining fmt.Errorf/os.* with go-io/go-log conventions 2026-03-16 20:50:38 +00:00
audit_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00
bench_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00
config.go fix(coderabbit): address review findings 2026-03-17 13:32:21 +00:00
config_test.go feat(trust): Phase 3 — approval workflow, audit log, dynamic policies, scope wildcards 2026-02-20 04:02:47 +00:00
policy.go refactor: replace remaining fmt.Errorf/os.* with go-io/go-log conventions 2026-03-16 20:50:38 +00:00
policy_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
scope_test.go feat(trust): Phase 3 — approval workflow, audit log, dynamic policies, scope wildcards 2026-02-20 04:02:47 +00:00
trust.go fix: replace fmt.Errorf and errors.New with coreerr.E() 2026-03-16 18:19:51 +00:00
trust_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00