Tushar Goel

Results 233 comments of Tushar Goel

This is completed in this PR https://github.com/aboutcode-org/vulnerablecode/pull/1631 We have 2 new endpoints deployed and live on https://public.vulnerablecode.io/api/v2/ - /api/v2/packages - https://public.vulnerablecode.io/api/v2/packages - /api/v2/vulnerabilities- https://public.vulnerablecode.io/api/v2/packages Packages endpoint- This endpoint has three...

This is a related issue to restructure the API: - https://github.com/aboutcode-org/vulnerablecode/issues/1572

Fixed by: https://github.com/aboutcode-org/vulnerablecode/pull/1701

This is done now! PRs for references: https://github.com/aboutcode-org/vulnerablecode/pull/1701 https://github.com/aboutcode-org/vulnerablecode/pull/1558 To test this Go to https://public.vulnerablecode.io/api/packages/bulk_search and make a request like this: ``` { "purls": ["pkg:ruby/[email protected]"], "purl_only": false, "plain_purl": false }...

@johnmhoran thanks! please provide screenshots and let us know when it's good to be merged

Thanks @johnmhoran ! LGTM

@ziadhany what's the blockers here ?

- [x] Add API for codeFixes and show codefixes for vulnerabilities affecting a package on /api/v2/package endpoint

This is done now. We have completed this issue in https://github.com/aboutcode-org/vulnerablecode/pull/1704. We have added `models.py` https://github.com/aboutcode-org/vulnerablecode/pull/1704/files#diff-7f9f2c92e7163b06d21fa139369d75caed6561d0368b60ea2516cece0220eb5b to track fix commits for a vulnerability. To test this setup Vulnerablecode locally with...