Tushar Goel

Results 233 comments of Tushar Goel

I was adding the models for AdvisoryDataV2, I have a question about what shall be our approach for storing AffectedPackages in our new models. Historically, we used to store affected...

Here is the schedule and list of importers/pipelines we are planning to migrate: - Batch 1 https://github.com/aboutcode-org/vulnerablecode/issues/1877 - Batch 2 https://github.com/aboutcode-org/vulnerablecode/issues/1878 - Batch 3 https://github.com/aboutcode-org/vulnerablecode/issues/1879 - Batch 4 https://github.com/aboutcode-org/vulnerablecode/issues/1880 -...

This is done now! PRs for references: https://github.com/aboutcode-org/vulnerablecode/pull/1866 To test this: Set up Vulnerablecode on your system locally and run a new V2 importer pipeline for example: `./manage.py import gitlab_importer_v2`...

This is done now: Reference: - https://github.com/aboutcode-org/purldb/pull/608 - https://github.com/aboutcode-org/purldb/issues/644

@kunalsz please resolve conflicts

@dacevedo12 thanks for bringing this to our attention. We will look into this.

This is done now! PRs for references: https://github.com/aboutcode-org/vulnerablecode/pull/1701 https://github.com/aboutcode-org/vulnerablecode/pull/1631 https://github.com/aboutcode-org/vulnerablecode/pull/1558 To test this We have a new endpoint deployed and live on https://public.vulnerablecode.io/api/v2/ - /api/v2/packages - https://public.vulnerablecode.io/api/v2/packages Packages endpoint- This...

https://gist.github.com/pombredanne/17783e9d2eca885b767f5fbe3d96eec4 - for vulnerabilities design Next Step- VulnerabilitytoaPackage relationship: api/affected_by_package/?vulnerabiltiy=VCID&package=purl api/fixing_packages/?vulnerabiltiy=VCID&package=purl

@tdruez "purl_only": false, "plain_purl": false Do we still use these parametes in DJCD for bulk search and do we need to support them in V2 ?

``` { "purls": ["pkg:pypi/[email protected]"], "purl_only": false, "plain_purl": false } ``` For this I/P in V2 bulk search API ``` { "vulnerabilities": { "VCID-486n-st7z-zqhz": { "vulnerability_id": "VCID-486n-st7z-zqhz", "aliases": [ "CVE-2021-32807", "CVE-2021-32811",...