Whitepen ScannerThis is the README for Whitepen Scanner. The main concept of this scanner is to detect vulnerabilites in the installed packages. RegistrationFirst step is to make registartion by email on https://whitepen.io/registration/ LoginAfter installing WhitePen extension, you have to login by clicking on "Connect VS Code with WhitePen" Run Package CheckerAfter Logging in, the package checker will run automatically or by clicking ctrl+shift+p and choosing command WhitePen: Start WhitePen Dependencies Scanner Show Vulnerable PackageAfter running package checker, the vulnerable packages will appear on the left side. Show CVEsAfter clicking on one of the vulnerable packages a new tab will appear under it showing the cves contained on the selected package with the colored icon based on the severity of each cve. Show CVE InformationYou can view the information of each cve by clicking on it. A new tab will open on the right side showing its information. LogoutYou can Logout from the extension by executing command ctrl+shift+p WhitePen: Logout From WhitePen |