-
-
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
feat!(detector): use vuls2 for redhat/centos/alma/rocky #2075
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shino
force-pushed
the
shino/redhat-vuls2
branch
3 times, most recently
from
December 8, 2024 14:54
54f374a
to
3833859
Compare
shino
changed the title
feat!(detector): use vuls2 for redhat/alma/rocky
feat!(detector): use vuls2 for redhat/centos/alma/rocky
Dec 9, 2024
shino
force-pushed
the
shino/redhat-vuls2
branch
from
December 9, 2024 05:26
3833859
to
b0aa6d0
Compare
MaineK00n
reviewed
Dec 9, 2024
shino
force-pushed
the
shino/redhat-vuls2
branch
from
December 9, 2024 05:50
b0aa6d0
to
6ae360c
Compare
vuls-compare example:
Disclaimer:
|
Co-authored-by: MaineK00n <[email protected]>
shino
force-pushed
the
shino/redhat-vuls2
branch
from
December 9, 2024 06:13
6ae360c
to
1699204
Compare
MaineK00n
approved these changes
Dec 9, 2024
shino
added a commit
that referenced
this pull request
Dec 9, 2024
Co-authored-by: MaineK00n <[email protected]>
10 tasks
shino
added a commit
that referenced
this pull request
Jan 17, 2025
Co-authored-by: MaineK00n <[email protected]>
shino
added a commit
that referenced
this pull request
Jan 20, 2025
* feat!(detector): use vuls2 for redhat/alma/rocky (#2075) Co-authored-by: MaineK00n <[email protected]> * chore(detector/vuls2): check downloaded time before updating db (#2077) * chore(detector/vuls2): check downloaded time before updating db Co-authored-by: MaineK00n <[email protected]> * fix(detector/vuls2): fix post convert bugs (#2082) * fix(detector/vuls2): use tag for selection logic (#2086) * fix(models/cvecontents): use cve content type Alma, Rocky (#2087) * fix(detector/vuls2): lower stauts string and compare (#2095) * chore(deps): update vuls2 (#2096) * feat(detector/vuls2): fill title and summary (#2097) * chore(deps): update vuls2 (#2099) * chore(deps): update vuls2 incorporate MaineK00n/vuls2#139 * Vuls2Conf instead of Vuls2DictConf * Update detector/vuls2/db.go Co-authored-by: MaineK00n <[email protected]> * Update detector/vuls2/vendor.go Co-authored-by: MaineK00n <[email protected]> * Refactor * more refactor --------- Co-authored-by: MaineK00n <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If this Pull Request is work in progress, Add a prefix of “[WIP]” in the title.
What did you implement:
Use vuls2 detection backend for redhat/centos/alma/rocky.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Almost manually.
https://github.com/shino/vuls-compare can be used to help testing.
Checklist:
You don't have to satisfy all of the following.
make fmt
make test
Is this ready for review?: NO
Reference