snyk / vulncost

Find security vulnerabilities in open source npm packages while you code
https://marketplace.visualstudio.com/items?itemName=snyk-security.vscode-vuln-cost
MIT License
200 stars 34 forks source link

feat: Migrate from legacy /vuln endpoint to /test #56

Closed robcresswell closed 3 years ago

robcresswell commented 3 years ago

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

bmvermeer commented 3 years ago

:tada: This PR is included in version 1.5.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: