nexB / purldb

Tools to create and expose a database of purls (Package URLs). This project is sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase/ and nexB for https://www.aboutcode.org/ Chat is at https://gitter.im/aboutcode-org/discuss
https://purldb.readthedocs.io/
29 stars 20 forks source link

Enable queuing a scan for a d2d pipeline with two input URLs (from and to) #387

Open pombredanne opened 3 months ago

pombredanne commented 3 months ago

The current scanning capabilities of the PurlDB expose a queue entry for:

For the d2d pipeline run we need two URLs with a #from and #to suffix respectively

pombredanne commented 2 months ago

Some thinking around the scan queue integration. We could avoid having to change the core model keyed by a URL by adding a field to it (say a JSON field) that would contain a dictionary of all the options to use when creating the SCIO project:

pombredanne commented 2 months ago

This may be also part of a follow up to https://github.com/nexB/purldb/issues/373