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

Advisories created by alpine importer contain no version information #496

Open
Hritik14 opened this issue Jul 5, 2021 · 1 comment
Open

Comments

@Hritik14
Copy link
Collaborator

Hritik14 commented Jul 5, 2021

After #436, the Advisory creation by alpine importer looks like

                advisories.append(
                    Advisory(
                        summary="",
                        references=references,
                        vulnerability_id=vuln_ids[0] if is_cve(vuln_ids[0]) else "",
                    )
                )

This does not contain any version information (vuln, affected) at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants