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
201 stars 38 forks source link

Indicate that no vulnerabilities were found on the imported module #8

Closed pkey closed 4 years ago

pkey commented 4 years ago

Why

At the moment, when the scan is finished and no vulnerabilities are found, there is no indicator to tell that. It leaves the user guessing.

What

Have an indicator (for intance, a checkmark) which would be shown briefly after successful scan is done.

bmvermeer commented 4 years ago

implemented in version 1.1.0

pkey commented 4 years ago

🚀