We're planning to add support for vulnerablecode into the ORT advisor.
The existing advisor module for Nexus IQ Server is using a single POST request with all PURLs in the body to retrieve vulnerability informations about all the packages, see: https://github.com/oss-review-toolkit/ort/blob/master/clients/nexus-iq/src/main/kotlin/NexusIqService.kt#L109-L110
To be able to use VulnerableCode in a performant way, VulnerableCode's REST API should offer a bulk request API for packages and for vulnerabilities.