sonatype-nexus-community / bach

Dependency vulnerability auditor for PHP
Apache License 2.0
14 stars 15 forks source link

Chunk up coordinates, make multiple calls #20

Closed DarthHater closed 3 years ago

DarthHater commented 3 years ago

This SHOULD fix #15

This chunks up the coordinates into 128 purl chunks, and then calls OSS Index for each chunk, merging the results and returning them!

Not tested super wildly, would love for someone to give it a shot, who has a larger PHP project to test on!