mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

Sanitize dependency name before creating files/folders #124

Closed beeb closed 1 month ago

beeb commented 1 month ago

If the dependency name (chosen by the user) contains a /, zip download fails as the name is not sanitize to only include filename-safe characters.

The best would probably be to sanitize the name any time we create a file or folder containing the dependency name.

mario-eth commented 1 month ago

Gonna start to work on this one

mario-eth commented 1 month ago

https://github.com/mario-eth/soldeer/pull/127