> ## Documentation Index
> Fetch the complete documentation index at: https://docs.binarly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 3.83.0+2026.08.25

> Binarly v3.83.0 release notes: analysed components on the image overview, a reduced analysis coverage tab, and a finding ID column in the findings grid.

## <Icon icon="hand-sparkles" size={32} /> Hero Features

* **Analysed components on the product image overview**: The image overview now reports analysed components in place of the raw component count, so you can see how much of the image was actually analysed.
* **Reduced analysis coverage tab**: A new tab lists the components that were left out of analysis. Each entry shows the component name, code size, path, and the reason it was excluded. Name and path are filterable, code size is sortable.

## <Icon icon="hand" size={32} /> Features

* **Finding ID column**: The findings grid now has a finding ID column, and the same identifier appears in image details and in exports, so you can take an ID from a CSV or JSON export and find that finding in the UI. The column can be filtered.
* **High confidence findings filter**: A built-in high confidence filter is now the default in every tenant, so you no longer have to build one yourself.
* **Code size in the components grid**: The components grid can be filtered and sorted by code size limit.
* **Analysed components in the components chart API**: The components chart endpoint now returns the analysed component count alongside components with and without findings.
* **Components grid API for excluded components**: A new grid endpoint lists components excluded from analysis with name, code size, path, and reason, with totals and pagination.

## <Icon icon="rocket" size={32} /> Binarly Analysis Engine

* **Vulnerability Database Service**
  * Added RPM version schema support, so version comparisons for RPM based distributions are handled correctly during vulnerability matching.
* **Analysis Framework Enhancements**
  * Instruction handling was extended to cover BTI instructions on AArch64 and to treat `endbr` as a landing pad on x86, which improves analysis quality across the analysis tools.
  * CryptoScan analysis of Java components completes faster on large images.

## <Icon icon="bug" size={32} /> Bug Fixes

### Findings

* **Duplicated package dependency findings**: Known vulnerability findings identified from a Linux package were reported once per CPE vendor variant of that package, producing duplicate findings for the same vulnerability. Each vulnerability is now reported once.
* **RXSA identifiers**: RXSA identifiers on the finding variants tab now link to the Rocky Linux errata page, matching the existing RLSA, RLBA, and RLEA behaviour.

### Products

* **Upload button**: Fixed the upload button in the bottom left of the product grid, which did not let you complete an upload.

### Analysis

* **Analysis crash**: Fixed a crash in instruction decoding that could interrupt analysis.
