libanalyzer
Lib Analyzer is a VScode extension written in javascript. It is used to detect vulnerable libraries in your project.
Language support
Libanalyzer supports,
- NPM project (Javascript)
- Maven project (Java)
- Go project (Golang)
Requirement
To scan using libanalyzer you should have any one of the following dependencies file,
- go.mod or go.sum file if your project is golang
- pom.xml file if your project is java
- packages.json file if your project is javascript
Running
Once the extension is installed open any of your project (go or js or java)
- Open the respective dependency file .mod or .sum or .json or .xml
- Press
ctrl+shift+P if you are in windows
- Press
cmd+shift+P if you are in mac
- In the top search bar type
Run libanalyzer
- Hit
enter and that's it scan started
Steps
1. Open up a dependency file

2. Search and run the command

Enjoy!
| |