-
Notifications
You must be signed in to change notification settings - Fork 210
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
Comments
What does this mean and what is needed to be done for this? |
@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. |
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 |
I have written some code here https://gist.github.com/TG1999/96d848bc81636ab5712f296dcc8b471b to validate this |
@keshav-space ping since you are working on Alpine |
via https://github.com/nexB/vulnerablecode/wiki/WeeklyMeetings#meeting-on-thursday-2021-07-15-at-1200-utc
The text was updated successfully, but these errors were encountered: