Skip to content

Pulling information from CVEs to the data, and visualize them in the Bugs dashboard#31

Closed
ahus1 wants to merge 1 commit intomainfrom
is-30-add-cves-to-bug-dashboard
Closed

Pulling information from CVEs to the data, and visualize them in the Bugs dashboard#31
ahus1 wants to merge 1 commit intomainfrom
is-30-add-cves-to-bug-dashboard

Conversation

@ahus1
Copy link
Copy Markdown
Member

@ahus1 ahus1 commented Jan 29, 2026

As a first step, show CVEs like any other bug in the bugs dashboard.

The leverages the OR condition introduced in GitHub in 2025.

@stianst - please have a look.

As a follow-up, old CVE data needs to read from GitHub by probably touching all CVEs that don't have a bug label.

Closes #30

…Bugs dashboard

Closes #30

Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
@ahus1 ahus1 force-pushed the is-30-add-cves-to-bug-dashboard branch from 2295680 to dbdae20 Compare January 29, 2026 16:25
Copy link
Copy Markdown
Contributor

@stianst stianst left a comment

Choose a reason for hiding this comment

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

I'm not convinced about this. I don't think CVEs should be mixed together with Bugs, but rather be separate.

CVEs should be sorted in columns based on severity rather than priority like bugs, and each severity should have its own overdue date.

Additional, we most likely want to list issues from keycloak-private, not the CVE-ID or any details, but just the count basically, so that we can have a single view of embargoed and non-embargoed CVEs and what the general status is.

In the end I think it's better to have bugs and CVEs completely separated from each-other, including how they are fetched and stored.

stianst added a commit to stianst/keycloak-dashboard that referenced this pull request Feb 18, 2026
@stianst stianst mentioned this pull request Feb 18, 2026
stianst added a commit to stianst/keycloak-dashboard that referenced this pull request Feb 18, 2026
Closes keycloak#31

Signed-off-by: stianst <stianst@gmail.com>
@stianst
Copy link
Copy Markdown
Contributor

stianst commented Feb 19, 2026

Non-embargoed CVEs added in #34 as a separate table

@stianst stianst closed this Feb 19, 2026
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.

CVEs should be listed like any other bug

2 participants