You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced the primary feature: SAST tool to scan a file or an entire directory for security vulnerabilities, during and after development.
Language support: It is mainly built for Salesforce code, but compatible with any text file. It helps developers find potential security vulnerabilities in their code early in the development process.
Command-line interface (CLI) for easy execution.
Configuration options via a YAML and JSON file.
Introduced the official VS Code extension for ASIST, enabling direct IDE integration for SAST analysis.