Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add transparent decompression support for .rpm files #667

Open
tstromberg opened this issue Nov 26, 2024 · 1 comment · May be fixed by #668
Open

Add transparent decompression support for .rpm files #667

tstromberg opened this issue Nov 26, 2024 · 1 comment · May be fixed by #668
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tstromberg
Copy link
Collaborator

tstromberg commented Nov 26, 2024

This doesn't work yet for producing results:

go run ./cmd/mal/ analyze openssl-3.0.15-1.1.mga9.x86_64.rpm
🔎 Scanning "openssl-3.0.15-1.1.mga9.x86_64.rpm"

RPM's are renamed cpio files, AFAIK, so we made need to bring in an appropriate Go library.

var archiveMap = map[string]bool{
is where I would start as far as implementing this feature.

@tstromberg tstromberg added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 26, 2024
@tstromberg tstromberg changed the title Add transparent decompression support for RPM Add transparent decompression support for .rpm files Nov 26, 2024
@egibs egibs self-assigned this Nov 27, 2024
@egibs
Copy link
Member

egibs commented Nov 27, 2024

I'll see about doing .deb files as well since I was trying to scan one earlier today.

@egibs egibs linked a pull request Nov 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants