module api func: open container files
Open
enhancement
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 303
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 216
Description
some updates lately have brought in functionality where module artifacts are directly opening tar files. we need to build a protected function the for API for modules to use when they need tar file contents. similar to `get_text_file_content` or `get_plist_content` funcs.
1. are there other compression types that a module might want to access?
2. do we make it a generic `get_compressed_file_contents` or similar?
3. anything else to consider?
see PR https://github.com/abrignoni/iLEAPP/pull/1187 for examples of accessing tar files
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.