This PR migrates the vulncost plugin to use the /test endpoint instead of /vuln, which is being removed soon. Since /test does not support resolving latest as a version (which is an NPM specific concept), we shift the version resolution to the plugin
This PR migrates the vulncost plugin to use the
/test
endpoint instead of/vuln
, which is being removed soon. Since/test
does not support resolvinglatest
as a version (which is an NPM specific concept), we shift the version resolution to the plugin