Skip to content

Merge develop into main branch (B2CA-2522)#69

Merged
tdejoigny-ledger merged 28 commits intomainfrom
develop
Feb 4, 2026
Merged

Merge develop into main branch (B2CA-2522)#69
tdejoigny-ledger merged 28 commits intomainfrom
develop

Conversation

@tdejoigny-ledger
Copy link

No description provided.

chcmedeiros and others added 28 commits January 8, 2026 10:14
Addresses whitespace inconsistencies in the chain configuration array for improved code readability.
Improves the hex escape sequence handling in text translation for better resource management.
Specifically, it defines constants for the escape sequence length and the required buffer size
for `snprintf` to prevent buffer overflows.
Improves app stability and adds Core chain support
Updates app version and chain configurations
* Validates address response length.

Ensures address response contains sufficient data to prevent potential errors.
It performs address validation before parsing, enhancing application stability and security.

* Increments patch version and updates snapshots

Increments the patch version in Makefile.version.

Updates Zemu test snapshots to reflect UI changes.
The snapshot `00010.png` has been renamed to `00004.png` in several test suites.
…s#184)

* Fixes out-of-bounds access in JSON parser

Corrects boundary checks in array and object access functions
to prevent potential out-of-bounds reads when accessing JSON tokens.

The condition `token_index > json->numberOfTokens` is replaced with
`token_index >= json->numberOfTokens` to ensure that the last valid
token can be accessed.

* Fixes bounds check in translation function

Corrects a bounds check in the translation function to
prevent potential out-of-bounds access. The previous
implementation was using the destination length
incorrectly, leading to a faulty check. It now uses the
current count, ensuring accurate validation.

* Grants write permissions for release creation

Adds write permissions to the workflow for `contents`.

This enables the workflow to create releases, which is required
for automatically publishing new versions of the application.
@tdejoigny-ledger tdejoigny-ledger merged commit 7cd2848 into main Feb 4, 2026
2125 of 2127 checks passed
@ledger-wiz-cspm-secret-detection

Wiz Scan Summary

Scanner Findings
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations 1 Info
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 1 Info

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants