Release date:

04, November 2025

What’s New?

This release focuses on enhancing CSV reporting capabilities, introducing a new, more flexible filter approach in the Issue List, and delivering key performance and usability fixes.

New Features

  • Improved Issue List Filters : A completely new filters approach has been implemented for the Issue List, offering a more intuitive and powerful way to refine results.
  • Component Tag in CSV Export: The exported CSV file now includes the Component Tag associated with each issue, providing richer context for offline analysis.
  • New Tag Category Report: An additional CSV Report is now available, showing the Total Count per Tag Category, enabling users to quickly summarize issue distribution.
  • Resume Publishing with -pu option: Added the -pu option to allow users to resume the publishing phase of a remote scan if it failed.The repository will not be rescanned; it will simply publish the data from the previous successful scan.
    Note:The dataDir must contain the previously scanned data.
    • If a scan fails during publishing, run the same remotescan command and add the -pu option. It will not analyze a second time. It will publish the already scanned data from the dataDir
    • Command: embold-scanner.bat analyse -c C:\Users\repository-configuration.json -u <url> -t <token> -pu`
  • Cppcheck version update: Updated the cppcheck version to 2.18.0.
  • CheckStyle: Added support for CheckStyle rules to enforce coding standards and style guidelines in Java. Added 195 Checkstyle rules.
  • FindSecBugs: Integrated FindSecBugs to help identify security-related issues and vulnerabilities in Java code. Added 143 Findsecbugs rules.
    Note: This tool is only available for remotescan.
  • SpotBugs: Added support for SpotBugs for static analysis to find bugs in Java code. Added 400+ rules.
    Note: This tool is only available for remotescan.
  • Rust Language Support: Added support for the RUST language in remote scans, allowing you to include your Rust projects in your static analysis workflow.

Improvements

  • Enhanced CSV Export Options: Added Report Options and Filters directly into the CSV Export process, giving users more control over the data being generated.
  • Performance Optimization: Improved Performance of the /designissues/count endpoint, leading to faster loading times for issue counts across the application.

Bug Fixes

  • Admin Page Navigation: Fixed an issue where the Rules and API page navigation from the admin side was not working correctly. Users can now access these pages reliably.

Release scope:

  • Available via docker only

Upgrade paths:

  • All versions from 1.8.5.0 can be upgraded to 1.9.34.0