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

feat: let helper_script.py search for both libXYZ and XYZ #2918

Open
terriko opened this issue Apr 19, 2023 · 1 comment · May be fixed by #2962
Open

feat: let helper_script.py search for both libXYZ and XYZ #2918

terriko opened this issue Apr 19, 2023 · 1 comment · May be fixed by #2962
Assignees
Labels
enhancement New feature or request hackathon Issues for folk participating in the Open Ecosystems hackathon

Comments

@terriko
Copy link
Contributor

terriko commented Apr 19, 2023

The script helper_script.py takes an arbitrary file and tries to guess the product and find potential signatures. It works really well with distro package files like rpms. Right now, if you you give it a file named libmodulemd-2.13.0-2.el9.x86_64.rpm it will guess that the name is libmodulemd and use that to do some searching. But sometimes with libraries, we might want to also try searching the name without lib in front (e.g. modeulemd). If you want to do that right now, you can specify the name manually using the -p flag for the helper_script, but it would be really cool if it tried removing the lib prefix automatically.

This issue is reserved for a participant in the Open Source Hackaton 2023. Please leave it for hackathon participants through the end of April. If it hasn't been claimed by May 5 it will be open to any contributor who wants to work on it.

@terriko terriko added enhancement New feature or request hackathon Issues for folk participating in the Open Ecosystems hackathon labels Apr 19, 2023
@bcieszko
Copy link
Contributor

CVEBnTool_Team3 working on this

l0ud added a commit to bcieszko/cve-bin-tool that referenced this issue Apr 28, 2023
…etection (#3)

* fixes intel#2918

Signed-off-by: Przemyslaw Romaniak <[email protected]>
Signed-off-by: Bartlomiej Cieszkowski <[email protected]>
bcieszko pushed a commit to bcieszko/cve-bin-tool that referenced this issue May 1, 2023
* fixes intel#2918

Signed-off-by: Przemyslaw Romaniak <[email protected]>
Signed-off-by: Bartlomiej Cieszkowski <[email protected]>
bcieszko pushed a commit to bcieszko/cve-bin-tool that referenced this issue May 18, 2023
* fixes intel#2918

Signed-off-by: Przemyslaw Romaniak <[email protected]>
Signed-off-by: Bartlomiej Cieszkowski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hackathon Issues for folk participating in the Open Ecosystems hackathon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants