aboutcode-org / aboutcode-org/scancode.io
Add progressive archive extraction pipe
Open
- Dominant language
- Python
- Stars
- 215
- Forks
- 203
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 6
Description
To support handling of nested archives inside a scanned codebase we have possible ways:
1. extract everything upfront recursively at full depth
2. extract on demand when there is a need
The first solution is easy but likely noisy. The second solution would be better
Contributor guide
Assessment
This issue has not been assessed yet.