Files
beads/cmd
cerebustech-dev 3aeca3413a fix: skip /etc/passwd check on Windows in security test (#363)
Fixes #362

The test TestCleanupMergeArtifacts_CommandInjectionPrevention was failing on Windows because it checks for /etc/passwd, which is a Unix-specific file that doesn't exist on Windows.

Added runtime.GOOS check to skip the /etc/passwd verification on Windows while maintaining the security check on Unix systems.
2025-11-22 16:49:29 -08:00
..