Qwiet preZero for Visual Studio Code (Beta)preZero for VS Code is a free extension that lets you shift even further left by allowing you to identify and fix security vulnerabilities as you write code. Fix vulnerabilities before they ever exist as a backlog ticket. This extension currently supports applications written in JavaScript, TypeScript, or Python. It runs preZero's Next Gen SAST and local pre-commit secrets detection. Note: This extension fully supports CLI scanning, which initiates our preZero platform: Next Gen SAST, Intelligent SCA, and secrets detection. DependenciesYou must have the following dependencies installed before using Qwiet preZero for VS Code:
Getting startedTo add the extension:
Authorize your extension with Qwiet AI
ConfigurationYou can configure your extension by going to Preferences > Settings > Qwiet. Viewing scan resultsTo see the results of your scan, open VS Code's Problems panel or the Qwiet extension tab for details. Qwiet preZero secrets vs. local pre-commit secrets detectionThe preZero platform and the VS Code extension operate differently, so you may see differing results between the two tools. This is because preZero's secrets feature, customizable in your Qwiet config file, scans your entire application. However, the VS Code extension can only be used locally and operates as a pre-commit secrets detection tool. The goal is for you to do local scans and prevent you from committing new secrets, keeping them from reaching your repositories. |