-
Notifications
You must be signed in to change notification settings - Fork 36
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
Rocky Linux out of box support #204
Comments
Rocky is not missing as we have it there(DefaultConfig) as part of RHEL, because Rocky didn't publish their own OVALs at the time. But now as you mentioned in PR there are some OVALs from Rocky, but unfortunately they don't include correct definitions. More inside/technical: Rocky OVAL tag <definition> -> <advisory> doesn't include tags <cve> which should be in every definition of vulnerability. If you look on Alma/RHEL/Ubuntu OVALs they have it and we are expecting it. Maybe it could be possible to parse it from <description> but I don't think it is reliable source. Maybe I will try to contact someone if they just forgot to add <cve> tag or where is the problem. As for now for Rocky 8/9 we are getting OVALs from RHEL, because there is not better source right now. Until they(Rocky) will fix their OVAL. |
Sorry for wasting your time then, very unexpected that they would publish data that can only be characterized as faulty. Quite disappointing. |
I've decided I could try to investigate/push this issue with the RL team if necessary. Looking at the XML files I see there are major differences:
I believe these may be the missing tags you refer to and I suspect they may have been stripped out in order to not link to RH site or RH content in general. |
I was currently looking at how can I contact them. But if you want to help we would be glad.
Oh now I see, in previous message I wrote <> tags, especially that tag CVE is missing, but it didn't show up correctly |
You are right, it is just missing many of them. Seems they only kept the security advisory but removed CVE links.
That makes sense, I see the edited version now. Thanks. Will inform in this issue if something comes out of it. |
The default configuration/bootstrap for Rocky Linux (CentOS/RHEL derivative) is missing.
If I understand right this requires changes in
src/common/DefaultConfig.php
for the OS string andinstall/server-bootstrap.php
for OVAL URL.PR will be incoming for these but I am unable to test it for quite some time.
The text was updated successfully, but these errors were encountered: