Security Fixes
- Path traversal prevention in
directories.bin— prevents malicious packages from exploiting bin directory traversal - Symlink validation for
file:andgit:dependencies — symlinks pointing outside package root are now skipped, preventing exfiltration of sensitive files (e.g.,/etc/passwd,~/.ssh/id_rsa) intonode_modules
Fixes
- Optional dependencies no...