We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given server patch status is patched or not affected
And server was scanned with OVAL metadata
Then frontend SHOULD NOT display the patch status accuracy warning with a message:
Server product channels out of sync; no patch information available
When the system is either patched or not affected, the availability of a patch in channels is irrelevant.
Displaying unnecessary warnings clutters the user interface, destracting focus from critical issues.
A cleaner and less verbose interface helps users focus on servers that are truly affected.
Display this message conditionally:
uyuni/web/html/src/manager/audit/cveaudit/cveaudit.tsx
Line 243 in 46e6290
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What?
Given server patch status is patched or not affected
And server was scanned with OVAL metadata
Then frontend SHOULD NOT display the patch status accuracy warning with a message:
Why?
When the system is either patched or not affected, the availability of a patch in channels is irrelevant.
Displaying unnecessary warnings clutters the user interface, destracting focus from critical issues.
A cleaner and less verbose interface helps users focus on servers that are truly affected.
How?
Display this message conditionally:
uyuni/web/html/src/manager/audit/cveaudit/cveaudit.tsx
Line 243 in 46e6290
Screenshots
The text was updated successfully, but these errors were encountered: