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

Please support scanning the portage tree/kits of ebuilds #29

Closed
seemantk opened this issue Mar 4, 2022 · 2 comments · Fixed by #37
Closed

Please support scanning the portage tree/kits of ebuilds #29

seemantk opened this issue Mar 4, 2022 · 2 comments · Fixed by #37
Assignees
Labels
enhancement New feature or request

Comments

@seemantk
Copy link

seemantk commented Mar 4, 2022

Hello Jakub. vulner is very useful in its current state to understand the installed packages.

From the perspective of a Linux distro maintainer, I want to use vulner to check all the available packages for vulnerabilities so that we can proactively solve them , instead of waiting for users to run vulner and report issues.

@mrl5 mrl5 added the enhancement New feature or request label Mar 4, 2022
@mrl5 mrl5 self-assigned this Mar 4, 2022
@mrl5
Copy link
Owner

mrl5 commented Mar 4, 2022

after some discord discussion this CLI design looks most promising:

vulner scan --recursive -p /var/git/meta-repo
vulner scan -p /var/git/meta-repo/kits/core-kit

some alternative for meta-repo scan was:

vulner scan --adapter=meta-repo
vulner scan --adapter=meta-repo -p /some/custom/path/to/meta-repo

mrl5 added a commit that referenced this issue Mar 5, 2022
feat(scan): support scanning the portage tree/kits of ebuilds [#29]
@mrl5
Copy link
Owner

mrl5 commented Mar 5, 2022

vulner scan --recursive -p /var/git/meta-rep part will be delivered in following commit

@mrl5 mrl5 closed this as completed in #37 Mar 13, 2022
mrl5 added a commit that referenced this issue Mar 13, 2022
feat(scan): support recursive scanning of funtoo meta-repo [#29]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants