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

Build lean database of GitHub advisories #15

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

AlexGustafsson
Copy link
Owner

@AlexGustafsson AlexGustafsson commented Dec 17, 2024

The idea is to write a tool which creates a lean database well suited for cupdate to look up GitHub repositories and find vulnerabilities. The tool would run in the CI every day or so and publish its result to GHCR as an OCI artifact. The artifact could then be downloaded by cupdate and used.

This is necessary as GitHub doesn't provide a nice way of querying the data of their advisory database: https://github.com/github/advisory-database/tree/main/advisories/github-reviewed/2024.

@AlexGustafsson AlexGustafsson marked this pull request as ready for review December 29, 2024 17:09
@AlexGustafsson AlexGustafsson changed the title Add support for GitHub advisories Build database of GitHub advisories Dec 29, 2024
@AlexGustafsson AlexGustafsson changed the title Build database of GitHub advisories Build lean database of GitHub advisories Dec 29, 2024
Build a lean database consisting of GitHub advisories. Build it in the
CI pipeline on a cron job, publishing the result as an OCI artifact.
@AlexGustafsson AlexGustafsson merged commit 073cf89 into main Dec 29, 2024
5 checks passed
@AlexGustafsson AlexGustafsson deleted the dev/github-advisories branch December 29, 2024 17:14
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.

1 participant