Skip to content

Comments

feat(bottlerocket): add vulnerability matching for Bottlerocket OS#10207

Open
0intro wants to merge 1 commit intoaquasecurity:mainfrom
0intro:bottlerocket
Open

feat(bottlerocket): add vulnerability matching for Bottlerocket OS#10207
0intro wants to merge 1 commit intoaquasecurity:mainfrom
0intro:bottlerocket

Conversation

@0intro
Copy link
Contributor

@0intro 0intro commented Feb 18, 2026

Description

Enable vulnerability detection by matching installed package versions from the Bottlerocket software inventory against security advisories stored in trivy-db, using RPM version comparison.

  • Add Release field in the inventory analyzer output
  • Implement the scanner using go-rpm-version for epoch:version-release comparison against advisory fixed versions
  • Add Bottlerocket to the OSTypes validation list
  • Update coverage documentation

Related PRs

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've followed the conventions in the PR title.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

Enable vulnerability detection by matching installed package versions
from the Bottlerocket software inventory against security advisories
stored in trivy-db, using RPM version comparison.

- Add Release field in the inventory analyzer output
- Implement the scanner using go-rpm-version for epoch:version-release
  comparison against advisory fixed versions
- Add Bottlerocket to the OSTypes validation list
- Update coverage documentation
Copy link

@mohamed-challal mohamed-challal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants