dephell / dephell/dephell_archive
Two archives can overwrite each others cache entries
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
As the archive name / hash isnt in the cache directory naming, two different archives with the same internal paths can overwrite each other.
This is especially problematic for two wheels of different versions/platforms of the same package, as they are likely to have the same directory name for the installed code.
i.e. dephell-0.1.0 and dephell-0.2.0 wheels both contain `dephell/`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.