Steve Yegge
648ecfafe7
Address gosec security warnings (bd-102)
- Enable gosec linter in .golangci.yml
- Tighten file permissions: 0755→0750 for directories, 0644→0600 for configs
- Git hooks remain 0700 (executable, user-only access)
- Add #nosec comments for safe cases with justifications:
- G204: Safe subprocess launches (git show, bd daemon)
- G304: File inclusions with controlled paths
- G201: SQL formatting with controlled column names
- G115: Integer conversions with controlled values
All gosec warnings resolved (20→0). All tests passing.
Amp-Thread-ID: https://ampcode.com/threads/T-d7166b9e-cbbe-4c7b-9e48-3df36b20f0d0
Co-authored-by: Amp <amp@ampcode.com>
2025-10-26 22:48:19 -07:00
..
2025-10-26 17:55:39 -07:00
2025-10-26 18:35:28 -07:00
2025-10-22 00:43:42 -07:00
2025-10-24 19:49:16 -07:00
2025-10-21 22:44:45 -07:00
2025-10-26 17:55:39 -07:00
2025-10-24 13:35:39 -07:00
2025-10-25 18:13:49 -07:00
2025-10-20 21:08:49 -07:00
2025-10-26 18:35:28 -07:00
2025-10-26 22:31:24 -07:00
2025-10-26 17:55:39 -07:00
2025-10-26 22:48:19 -07:00
2025-10-20 21:08:49 -07:00
2025-10-20 21:08:49 -07:00
2025-10-26 17:55:39 -07:00
2025-10-26 22:31:24 -07:00
2025-10-20 21:08:49 -07:00
2025-10-20 21:08:49 -07:00
2025-10-26 22:31:24 -07:00