Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for gzipped files #193

Open
juhoinkinen opened this issue Aug 21, 2024 · 0 comments
Open

Support for gzipped files #193

juhoinkinen opened this issue Aug 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@juhoinkinen
Copy link

Gzip is a common compression format, but modelscan currently supports only scanning zip compressed files. There are some references to gzip in the code, here and here, but at least I did not manage to scan gzipped files.

Modelscan could detect, read and scan also gzipped files. The detection could utilize the magic numbers for gzip or just .gz filename suffix.

Uncompressing the gzipped files is ofcourse an alternative, but the gzipped files are so common that native support for them would be nice.

@juhoinkinen juhoinkinen added the enhancement New feature or request label Aug 21, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant