-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 for AlmaLinux #1021
Comments
Sounds nice! Is there a specific security advisory for AlmaLinux? Or does AlmaLinux just import packages from RHEL/CentOS? |
They seem to have a bug tracker for security related things (https://almalinux.atlassian.net/jira/software/c/projects/SEC/issues/) but I haven't found anything related for their packages, so I guess it would be a good start to treat it as RHEL/CentOS. |
|
unfortunately not. see #1053 for details. |
Alma has their own OVAL and Errata metadata. @jaboutboul would be able to help here. |
This issue is stale because it has been labeled with inactivity. |
@MaineK00n told me that Alma Linux had security advisories here. We might be able to make use of it. |
Let me know if someone is interested in this contribution. I'll explain the detail more. |
I'm interested. |
Thanks! Could you add a new script for parsing errata.json under You can refer to this script. |
@MaineK00n @knqyf263 Looking forward for this feature. I can help to test/verify or any other way. |
Hello, I know this issue is in progress according to the roadmap but I'd would like to ask if it would be possible to priorize the delivery of this feature. Centos 8 reached the EOL on 2021-12-31 and I am pretty sure a lot of people are using this OS-version and are in the same situation. Unfortunately centos stream 8 is considered as centos 8 (according to the code) so trivy blocks this version. The best option I have right now is to use almalinux, which is not accepted by the latest version of trivy. Thanks a lot |
We've merged the PR for AlmaLinux🎉 Thanks, @MaineK00n! This commit will be included in the next release. We are planning to cut it off this month. |
@knqyf263 woudl like me to close this issue |
Hi @srbala, thanks for all your help to support AlmaLinux. I'm not sure if I should ask you, but I have a question. AlmaLinux seems to be missing modular information. As shown below,
On the other hand, RHEL, CentOS and Rocky Linux have that.
Is this a bug or intended? If intended, how can we get the attribute? If you know the best place where I can ask this question, please let me know. I'll post it there. |
@knqyf263 this is definitely a bug. Thank you for pointing this out. |
Thanks for the quick response! Trivy cannot accurately detect vulnerabilities of modular packages due to this bug now. We'll show a warning until it will be fixed. |
AlmaLinux should be detected as RHEL/CentOS. Trivy should be able to detect RHEL/CentOS vulnerabilities
https://almalinux.org/
The text was updated successfully, but these errors were encountered: