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

Refactor alpine importer #499

Open
6 tasks
Hritik14 opened this issue Jul 15, 2021 · 5 comments
Open
6 tasks

Refactor alpine importer #499

Hritik14 opened this issue Jul 15, 2021 · 5 comments

Comments

@Hritik14
Copy link
Collaborator

Hritik14 commented Jul 15, 2021

via https://github.com/nexB/vulnerablecode/wiki/WeeklyMeetings#meeting-on-thursday-2021-07-15-at-1200-utc

@TG1999
Copy link
Contributor

TG1999 commented Feb 11, 2022

diff yaml and JSON from alpine secdb

What does this mean and what is needed to be done for this?

@Hritik14
Copy link
Collaborator Author

@TG1999 Alpine provides a YAML and JSON representation of the advisories, take for example https://secdb.alpinelinux.org/v3.10/. We need to test if they are exactly the same, if yes then it's much better to parse JSON than YAML.

@TG1999
Copy link
Contributor

TG1999 commented Feb 14, 2022

Hi Hritik, I have tested that json and yaml provides same response, so there is no difference in both of them and we can go with parsing of json response instead of yaml response

@TG1999
Copy link
Contributor

TG1999 commented Feb 14, 2022

I have written some code here https://gist.github.com/TG1999/96d848bc81636ab5712f296dcc8b471b to validate this

@pombredanne
Copy link
Member

@keshav-space ping since you are working on Alpine

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

No branches or pull requests

4 participants