mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
Security fixes: - Replace vulnerable shell script generation with secure symlinks/copy - Use proper BUN_INSTALL fallback to ~/.bun (like other Bun commands) - Fix import patterns to use bun.* instead of direct imports Robustness improvements: - Implement tar.gz extraction using system tar command - Fix error handling and validation - Update tests to reflect new fallback behavior All tests pass and functionality works correctly. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>