-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support FreeBSD #34
Comments
Would it be better to copy linux.go and re-format it for BSD and include the package check? Or just appended it to linux.go if def style? looking to fix this for fun today, just not sure the best way to go about it. |
I think vuls can support many package distribution systems like yum/RPM, apt, and so on. I want to add some pkg platforms like followings. |
So maybe a new file specifically providing functions for package managers? I would start hacking away but i wan't to make sure my goals are aligned with the repo owners. |
For example,. |
@justyntemme Current Structure is
linux is a base struct. I was considered to define common functions of debian / redhat to linux. But now, common functions related linux archicture is none :) So I am going to change the name of linux.go to something good name.
I don't know so much about FreeBSD and I don't have FreeBSD machine now. |
I have a little bit of experience in BSD. I spinning up a VM and will get to work. plan to go as described all in linux.go if things work as planned. Don't see any reason why it wouldn'tB. |
Sorry for late reply. sorry for my poor english. |
I have renamed linux.go to target_common.go in my fork. Progress is slow but feature is on it's way. |
see also #98 |
FreeBSD support was implemented. |
I installed go and vuls to FreeBSD 10.3/go-1.6.1 and it running now.
Does vuls supports FreeBSD vulnerability check?
Thank you to publish good tool.
The text was updated successfully, but these errors were encountered: