Version 3.58 | May 24, 2026
Note
As of May 3, 2026, the sca-resolver macOS installer binary for version 2.13.3 has been re-signed. The checksum has been updated accordingly to reflect the new artifact.
This change affects all previous sca-resolver macOS installer versions, which are now revoked. Users should update to version 2.13.3.
Note
We released version 2.3.51 of the Checkmarx One CLI, which has a re-signed certificate of the ast-cli binary for macOS. The certificate for previous versions of macOS CLI binaries have been revoked. macOS users should update to CLI version 2.3.51.
New Features and Enhancements
Microsoft Teams Integration Update for Feedback Apps
The Microsoft Teams integration used by Feedback Apps has been updated to replace the deprecated Office 365 Connectors with Microsoft’s supported Teams webhook mechanism.
This change ensures continued delivery of feedback notifications to Teams channels following Microsoft’s connector retirement. Customers will need to update their Teams webhook configuration after deployment using the new Microsoft Teams Workflows webhook URL.
AI-Powered Image Detection and Correlation in Cloud Insights
Cloud Insights now leverages AI to enhance container image detection and correlation in three key areas:
Identifying 3rd party images
Extracting commit hashes and source URLs
Matching runtime images to Checkmarx Projects
View Vulnerability Delta Between Production and Latest Scan
Cloud Insights now highlights changes in vulnerability counts between the image currently in production and the latest project scan. A new Image → Latest Scan column in the Cloud Insights Inventory clearly shows the delta, helping teams identify risk increases before code is deployed.
You can filter projects by security trend and sort by total delta to quickly pinpoint areas where risk is rising. This makes it easier to assess the impact of upcoming releases, prioritize remediation efforts, and prevent vulnerable code from reaching production.
For more information, see Cloud Insights.
Smart Documentation Suggestions in Checkmarx One Support Ticket Flow
Checkmarx One now suggests relevant documentation articles in real time as users begin typing in the Subject field when creating a support case in the UI.
Suggestions include the article title, a short summary, and a direct link to the documentation, helping users quickly find answers and potentially avoid opening a ticket.
For more information, see Contacting support.
Risk Management: Assign Users and Groups
Checkmarx One Risk Management now supports assigning findings to specific users or groups, enabling clear ownership and more efficient remediation workflows.
A new Attribution column allows authorized users to assign or remove users and groups per finding. Assignments are limited to users within the tenant and require appropriate permissions, ensuring only relevant users can be selected. Changes are reflected in real time across all consuming systems.
To support governance, a new permission - manage-vulnerability-assignees - is introduced and must be combined with existing update permissions to modify assignments. Assigned users can optionally receive email notifications, helping ensure timely awareness and action.
This feature improves accountability, reduces duplicate work, and streamlines risk management by ensuring each finding has a clear owner.
For more information, see Risk Attribution.
Added Support for ADO Organization-Scoped PAT
For Azure DevOps (ADO) Code Repository integrations the use the "Self-Hosted" flow, we now support organization-scoped Personal Access Tokens (PATs). This removes the need to use Global PATs, which grant excessive permissions and are planned for deprecation by Microsoft.
Users can configure integrations by providing a PAT scoped to a specific organization, with validation performed against that organization during setup. Only the organization associated with the PAT is displayed. If you would like to include multiple organizations in a single configuration, you can create a separate PAT for each organization and, in the setup wizard, click Add Organization to submit the additional PATs.
Notice
The existing integration using the global PAT continues to function as long as it remains supported by Microsoft.
This update improves security, flexibility, and long-term compatibility.
For more information, see Azure DevOps Self-Hosted.
Support REST API Project Import for ADO
The REST API for creating new Code Repository Integration projects now supports Azure DevOps (ADO) (in addition to existing support for GitHub). For more information, see API documentation.
Support for New Scan Status
When source code, engine version, query configuration, and SAST settings are unchanged between scans, a triggered scan previously returned a status of Completed, incorrectly implying that new results were generated. To improve clarity, we have added a new scan status, "No Code Changed," indicating that the scan would have returned no new results. In these cases, the scan is cancelled, the new status is displayed, and the project's findings remain unchanged. This applies to scans triggered through the UI, API, or CI pipelines.
SCA
Additional OSS License Support
We added support for identifying the following licenses that apply to OSS packages: AFL-3.0, CPAL-1.0, OSL-3.0, APSL-2.0, Watcom-1.0 and LPPL-1.3c.
Python and NuGet Support for Automated Remediation Workflows
SCA remediation now supports Python and NuGet packages. You can download a remediated manifest file (e.g., requirements.txt for Python and *.csproj for NuGet) with secure package versions directly from the UI or via the export service API. In addition, the Auto Pull Request feature will automatically generate pull requests targeting vulnerable Python packages in the correct repository and branch. Each pull request contains only the secure version changes, along with any associated manifest files required for full remediation.
This expansion brings Python and .NET developers into parity with existing Auto-PR workflows, giving teams both automated and manual remediation paths to address open-source vulnerabilities across a broader range of ecosystems.Learn more about Exporting Remediated Manifest Files and SCA Auto Pull Requests.
IaC
IaC updates are documented in the IaC changelog.
DAST
URL Inclusion Enhancements
DAST now helps you include all required URLs for full scan coverage and successful authentication.
DAST scans start from the main URL you define, but many applications use additional domains or paths. If these URLs are not included, authentication may fail or parts of the application may not be scanned. DAST now prompts you to include authentication URLs during setup and shows all discovered but non‑included URLs in the authentication report, error messages, and configuration settings so you can easily add the paths that matter.
Insights in DAST
Insights provide important scan‑related information that isn’t classified as a vulnerability. They flag conditions that can affect scan accuracy or indicate external issues such as authentication failures, blocking mechanisms, or repeated server errors.
If a High‑level Insight is detected, the scan stops and is marked Failed to prevent misleading or incomplete results. A full list of the available insights is viewable here.
Resolved Issues
Item | Description |
|---|---|
AST-146204 | Updated deprecated Bitbucket API (api.bitbucket.org/2.0/workspaces) to the supported /user/workspaces endpoint. |
AST-143848 | Fixed issue where “Allow Override” could not be modified in Project Settings rules. |
AST-142284 | Resolved incorrect file path formatting (extra \) in GitLab scan result decorations. |
AST-141885 | Fixed GitLab repository retrieval failure caused by use of the search_namespaces attribute. |
AST-136441 | Addressed scan failures related to “Remote backend is unreachable.” |
AST-145285 | Fixed UI issue in the Jira Feedback configuration page. |
AST-141684 | Resolved SAST result viewer filtering crash for long input strings (504 Gateway Timeout). |
AST-132371 | Fixed DAST YAML configuration upload returning a 500 error without a clear message. |