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

feat(debian): support the versions that reached EOL #1237

Merged
merged 3 commits into from
Sep 17, 2021
Merged

Conversation

knqyf263
Copy link
Collaborator

Overview

Trivy used to use OVAL and JSON API for Debian scanning, but this PR migrates to Debian repository. This is because JSON API will no longer return security advisories of EOSL versions. We want to keep supporting old versions as well. This PR allows it.

PRs

Need to merge the below PRs first

@knqyf263 knqyf263 self-assigned this Sep 15, 2021
@knqyf263 knqyf263 changed the title feat(debian): migrate to Debian SALSA feat(debian): support the versions that reached EOL Sep 15, 2021
@knqyf263 knqyf263 marked this pull request as ready for review September 16, 2021 08:59
}

// It means unfixed vulnerability. We don't have to compare versions.
if adv.FixedVersion == "" {
Copy link
Contributor

Choose a reason for hiding this comment

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

@knqyf263 knqyf263 merged commit 669fd1f into main Sep 17, 2021
@knqyf263 knqyf263 deleted the debian_salsa branch September 17, 2021 10:59
liamg pushed a commit that referenced this pull request Jun 7, 2022
* refactor(debian): aggregate oval and json api into salsa

* fix(vulnerability): use package-specific severity

* chore(mod): update trivy-db
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.

2 participants