This extension scans your code for vulnerabilities before deployment, ensuring that your code is secure and free from known vulnerabilities. It uses the OpenAI API to analyze your code and provide recommendations for fixing any issues found.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
'Vulnscanner' is a pre-deployment in-code vulnerability scanning extention for Visual Studio Code. This extention can detect vulnerabilities, code flaws & security breakdown in your code.
Vulnerabilities in code can effect serious threat for your output. Vulnerabilities led attackers to exploits vulnerabilities and hack in to your systems & steal your data or currupt your system. Now you can easily scan the your code with 'Vulnscanner' extention without putting extra time & effort to go through your code.
How 'Vulnscanner' work ?
This is how 'Vulnscanner' works for scaning your code.
> First you highlight your code snipet which you want to scan for vulnerabilities.
> Then you click the 'Analyze Code' button in the upper right coner in the code window.
> VS Code API will connect to the Google AI API and analyze the code you selected.
> Results will be displayed on a seperated window.