Releases: fortify/fcli
Releases · fortify/fcli
v3.13
v3.13.0
3.13.0 (2025-10-31)
Features
fcli license ncd-report: Add support for Azure DevOps (see #299) (bb0b9b9)fcli ssc appversion create: If there's only a single issue template marked as 'in use', this template will now be considered as the default template if no default template is explicitly configured in SSC (1a865d7)- Add
bulkauditSSC action for automated SAST Aviator batch auditing of SSC application versions (2b9391d) - FoD
ciaction: Add support for new scan-agnosticDO_WAITenvironment variable & deprecateDO_SAST_WAIT(b87ac3b) - SSC
ciaction: Add support for new scan-agnosticDO_WAITenvironment variable & deprecateDO_SAST_WAIT(b87ac3b) - SSC
ciaction: Incorporatedebricked-scanaction to allow for running both SAST & Debricked SCA scan (b87ac3b) - SSC
debricked-scanaction: New action for running a Debricked scan and importing results to SSC (b87ac3b)
Bug Fixes
v3.12.0
3.12.0 (2025-10-27)
Features
fcli util all-commands list: Include list of full command aliases (fe00faa)
Bug Fixes
fcli * action help ci: Fix table layout (00f09a2)- Action development guide: Add missing sample snippets (ad24754)
- Action development guide: Fix indentation in sample snippets (543037a)
- Action development guide: Fix typo in cli.option sample snippet (543037a)
- Action development guide: Various other minor improvements (543037a)
- Action framework: Fix stdout output being suppressed in
run.fcli::records.for-eachsteps, affecting for examplefcli ssc action run servicenow-csv-report -f stdout(d88d47f) - Fix color output on Windows (jar/exe) (f2712f8)
- Fix table output on Linux native binary (d32d98b)
- Fix various code quality issues, like potentially unreleased resources, null pointer references, ... (24a3ca7)
v3.12
Development Release - try/jline-ansi branch
See Assets section below for latest build artifacts
v3.11.0
3.11.0 (2025-10-21)
Features
--styleoption: Add(no-)fast-outputsupport to enable faster table output by sampling first 100 records to determine column width (b1e5659)--styleoption: Add(no-)wrapsupport to control text wrapping in table cells (b1e5659)ciaction: Detect data from local Git repository (a52f0ef)fcli fod issue ls: Add--appoption to allow for listing issues at application level (closes #596) (f9454b1)fcli ssc issue list: Add (queryable)folderNameproperty in output (2212093)fcli ssc rest call: Add/api/v1prefix if missing, to support same endpoint format as listed in the SSC REST API reference in recent SSC versions (c6dd23b)- Action schema: Add
#ifBlankSpEL function (a52f0ef) - Action schema: Add
#localRepoSpEL function for obtaining local repository metadata (bfeee2e) - Add
fcli fod attributecommands for managing FoD attributes (resolves #679) (3157d64)
Bug Fixes
ciaction: Improve Azure DevOps detection logic (a52f0ef)fcli aviator ssc prepare: Fix exception in fcli native binaries (fixes #830) (cbbdc2e)fcli aviator: Fix bugs in FPR source processing and remediation generation (#833) (9512d78)fcli fod issue ls: Some fixed issues were not properly annotated with(F)(fixes #820) (f9454b1)fcli fod session login: Fix NullPointerException if protocol is missing in FoD URL (fixes #827) (244bd94)fcli ssc session login: Improve exception if protocol is missing in SSC or SC-SAST Controller URL (8e89bd8)- Compile native binaries in CPU compatibility mode to allow them to run on more CPU architectures (0217b8f)
- Improve table output (f18f2f0)
v3.11
v3.10.0
3.10.0 (2025-10-09)
Features
fcli aviator app: Show quota in output of thecreate,get,list, andupdatecommands (4fd5756)fcli aviator ssc audit: Add--filterset,--no-filterset, and--folderoptions to allow for selecting issues to be audited (4fd5756)- Add
fcli aviator fod apply-remediationscommand to apply Aviator-proposed remediations from an audited FPR file in FoD to a local source code directory (4fd5756) - Add
fcli aviator ssc apply-remediationscommand to apply Aviator-proposed remediations from an audited FPR file in SSC to a local source code directory (4fd5756) - Add
fcli aviator ssc preparecommand to configure Aviator custom tags on SSC issue templates and application versions (4fd5756) - Add
fcli fod action run gitlab-debricked-report(#818) (2175af6)
Bug Fixes
fcli aviator ssc audit: Add preflight check for auditable issues (4fd5756)fcli aviator ssc audit: Improve FPR handling with Zip File System Provider integration and proper resource cleanup (4fd5756)fcli aviator ssc audit: Improve FPR parsing speed and memory efficiency (4fd5756)fcli aviator ssc audit: Improve FPR validation for FPRs with DAST-only issues (4fd5756)fcli aviator ssc audit: Prevent race condition crash by checking executor state before retrying gRPC stream (#819) (646a963)fcli util mcp-server start: Some common actions were exposed as MCP tools on modules that don't support actions through the CLI (fa49f97)
v3.10
v3.9.1
3.9.1 (2025-10-02)
Bug Fixes
fcli aviator ssc audit: Improve cleanup of temporary files (6175f54)fcli aviator ssc audit: Resolve file token leak during Aviator artifact uploads, to avoid SSC errors due to reaching maximum number of allowed file tokens (6d2e28c)fcli ssc: Reduce bulk request batch size to prevent potential networking timeouts due to SSC taking too long to process large bulk requests (eae7948)fcli util mcp-server start: Improve usage help (d4225ce)- Improve progress message handling (9af8e67)