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

Add new plugin for fetching modular rpms #891

Merged
merged 2 commits into from
Feb 17, 2020
Merged

Conversation

Allda
Copy link
Collaborator

@Allda Allda commented Dec 11, 2019

Modular rpm is a special type of RPMs which requires different handler.
Modular rpms have been introduced in RHEL8 and Fedora 28.

Modular rpms are stored in rpm database, but to be able to tell if given
modular rpm is vulnerable we need to know which module contains given
rpm. Module name and streams are used as an rpm namespace.

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/installing_managing_and_removing_user_space_components/installing-rhel-8-content_using-appstream
https://fedoramagazine.org/modularity-fedora-28-server-edition/

Modular rpm is a special type of RPMs which requires different handler.
Modular rpms have been introduced in RHEL8 and Fedora 28.

Modular rpms are stored in rpm database, but to be able tell if given
modular rpm is vulnerable we need to know which module contains given
rpm. Module name and streams are used as a rpm namespace.

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/installing_managing_and_removing_user_space_components/installing-rhel-8-content_using-appstream
https://fedoramagazine.org/modularity-fedora-28-server-edition/
Since we have special modular rpm plugin we have to exclude modular rpms
from rpm extractor.
Copy link
Member

@hdonnay hdonnay left a comment

Choose a reason for hiding this comment

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

SGTM

@Allda
Copy link
Collaborator Author

Allda commented Feb 17, 2020

@hdonnay Thanks. Can you please also merge it?

@ldelossa ldelossa merged commit 06b8942 into quay:master Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants