Skip to content

Releases: certinia/asist

Release v1.1.1

26 Sep 12:23
927a46d

Choose a tag to compare

What's Changed

[1.1.1] - 2025-09-26

Fixed

  • Fixed -V flag not able to display version for go package.

Full Changelog

Release v1.1.0

23 Sep 09:11
14b39b9

Choose a tag to compare

What's Changed

[1.1.0] - 2025-09-23

Added

  • Added coloring for logs, errors, and warnings, like red Error text for errors and yellow Warning text for warnings for ASIST CLI.

Changed

  • Converted the InvalidRuleId error into a warning; now the execution will continue even if an invalid rule ID is encountered.

Fixed

  • Fixed custom rules not getting picked in CI/CD and specific rule options.

Full Changelog

Release 1.0.0

11 Aug 12:33

Choose a tag to compare

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