Skip to content

Release 1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 12:33
· 77 commits to main since this release

What's Changed

Added

  • Core Functionality:
    • 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.
    • ASIST is also available as a Go package.

Full Changelog