Steve Yegge
74f384444b
test: Add security and error handling tests for lint warnings
Added comprehensive tests to address gosec and errcheck linter warnings:
1. bd-yxy (P0): Command injection prevention tests for git rm in merge command
- Added merge_security_test.go with tests for shell metacharacters
- Verified exec.Command safely passes arguments (no shell interpretation)
- Added #nosec G204 comment explaining why code is safe
2. bd-nbc (P1): Security tests for file path validation in clean command
- Added clean_security_test.go with path traversal tests
- Verified filepath.Join safely constructs paths within .beads directory
- Added #nosec G304 comment documenting safety guarantees
3. bd-lln (P2): Tests for performFlush error handling in FlushManager
- Added tests documenting that performFlush intentionally returns nil
- Errors are handled internally by flushToJSONLWithState
- Tests verify graceful degradation when store is inactive
4. bd-gra (P2): Error handling test for cmd.Help() in search command
- Added search_test.go documenting Help() error handling
- Help() errors intentionally ignored (already in error path, will exit anyway)
- Added #nosec G104 comment explaining rationale
All new tests pass. The linter warnings are false positives or intentional
design decisions, now documented with tests and #nosec comments.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 19:30:48 -05:00
..
2025-11-20 19:37:01 -05:00
2025-11-12 10:48:36 -08:00
2025-11-20 22:15:04 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:30:48 -05:00
2025-11-21 19:30:48 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 14:40:22 -05:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 16:13:18 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:21:05 -05:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-07 21:17:24 -08:00
2025-11-21 19:01:42 -05:00
2025-11-07 21:29:22 -08:00
2025-11-07 18:57:43 -08:00
2025-11-21 14:40:22 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 19:00:36 -05:00
2025-11-21 14:57:01 -05:00
2025-11-21 11:40:37 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 08:13:06 -08:00
2025-11-20 21:57:23 -05:00
2025-11-20 08:13:06 -08:00
2025-11-21 14:40:22 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-15 12:52:34 -08:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-18 05:20:11 -05:00
2025-11-20 19:37:01 -05:00
2025-11-21 18:53:34 -05:00
2025-11-21 19:01:42 -05:00
2025-11-21 16:14:30 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 14:40:22 -05:00
2025-11-07 20:07:59 -08:00
2025-11-20 21:54:11 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 19:11:27 -05:00
2025-11-21 19:30:48 -05:00
2025-11-20 21:38:31 -05:00
2025-11-09 14:53:59 -08:00
2025-11-17 10:06:35 -07:00
2025-11-17 10:12:46 -07:00
2025-11-20 21:57:23 -05:00
2025-11-19 05:06:12 -05:00
2025-11-09 14:53:59 -08:00
2025-11-21 14:40:22 -05:00
2025-11-21 14:40:22 -05:00
2025-11-21 18:53:34 -05:00
2025-11-08 02:28:54 -08:00
2025-11-20 21:57:23 -05:00
2025-11-17 10:12:46 -07:00
2025-11-17 10:06:35 -07:00
2025-11-09 14:13:48 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 14:40:22 -05:00
2025-11-21 16:11:56 -05:00
2025-11-21 11:40:37 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 18:00:23 -05:00
2025-11-21 19:00:44 -05:00
2025-11-21 18:53:34 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:30:48 -05:00
2025-11-21 19:30:48 -05:00
2025-11-15 12:52:34 -08:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-09 14:53:59 -08:00
2025-11-20 21:57:23 -05:00
2025-11-17 11:32:37 -07:00
2025-11-17 11:32:37 -07:00
2025-11-17 10:12:46 -07:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:01:42 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:30:48 -05:00
2025-11-21 19:30:48 -05:00
2025-11-12 10:48:36 -08:00
2025-11-20 21:57:23 -05:00
2025-11-17 10:12:46 -07:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 18:53:34 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 14:40:22 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 11:28:25 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 16:13:18 -05:00
2025-11-21 16:14:30 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 22:15:04 -05:00
2025-11-08 18:22:28 -08:00