ebkr / r2modmanPlus

A simple and easy to use mod manager for several games using Thunderstore
MIT License
1.18k stars 185 forks source link

[BUG] - Zip files larger than 2GB cannot be installed #617

Open ebkr opened 3 years ago

ebkr commented 3 years ago

Describe the bug This is a node limitation that restricts buffer sizes. One solution could be to change library to something that supports zip streaming. Failure to find a suitable library may require a custom C++ implementation.

harbingerofme commented 3 years ago

Remember to verify path traversal attacks are still impossible with a new library