Releases: certinia/asist
Releases · certinia/asist
Release v1.1.1
What's Changed
[1.1.1] - 2025-09-26
Fixed
- Fixed
-Vflag not able to display version for go package.
Full Changelog
Release v1.1.0
What's Changed
[1.1.0] - 2025-09-23
Added
- Added coloring for logs, errors, and warnings, like red
Errortext for errors and yellowWarningtext 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
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.
- Introduced the primary feature: