Skip to content

Bump to v1.0.9 with security fixes, code cleanup, and new tests#18

Closed
nbeerbower wants to merge 1 commit into
mainfrom
claude/code-review-SnS8t
Closed

Bump to v1.0.9 with security fixes, code cleanup, and new tests#18
nbeerbower wants to merge 1 commit into
mainfrom
claude/code-review-SnS8t

Conversation

@nbeerbower

Copy link
Copy Markdown
Contributor
  • Fix path traversal / command injection via malicious package names
    (validate owner/repo components in split_name)
  • Fix resource leak: clean up temp dirs on tar extraction failure
  • Add try/catch for file handle safety in github.hml and cache.hml
  • Log integrity hash failures instead of silently swallowing
  • Extract strip_v_prefix helper to eliminate repeated inline patterns
  • Remove unused find_last function from installer.hml
  • Deduplicate cmd_run by delegating to cmd_run_with_script
  • Sync version to 1.0.9 across main.hml, package.json, User-Agent
  • Add test_resolver.hml with cycle detection, build_tree, find_why tests
  • Add semver edge case tests (^0.x, ranges, lt/lte/gt, strip_v_prefix)
  • Add manifest name validation tests (path traversal, shell metacharacters)

https://claude.ai/code/session_01PANv8xNYS7Xm9bTVxEXYPQ

- Fix path traversal / command injection via malicious package names
  (validate owner/repo components in split_name)
- Fix resource leak: clean up temp dirs on tar extraction failure
- Add try/catch for file handle safety in github.hml and cache.hml
- Log integrity hash failures instead of silently swallowing
- Extract strip_v_prefix helper to eliminate repeated inline patterns
- Remove unused find_last function from installer.hml
- Deduplicate cmd_run by delegating to cmd_run_with_script
- Sync version to 1.0.9 across main.hml, package.json, User-Agent
- Add test_resolver.hml with cycle detection, build_tree, find_why tests
- Add semver edge case tests (^0.x, ranges, lt/lte/gt, strip_v_prefix)
- Add manifest name validation tests (path traversal, shell metacharacters)

https://claude.ai/code/session_01PANv8xNYS7Xm9bTVxEXYPQ
@nbeerbower nbeerbower closed this Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants