Skip to content

Conversation

@juliojimenez
Copy link
Member

No description provided.

Signed-off-by: Julio Jimenez <julio@clickhouse.com>
@juliojimenez juliojimenez self-assigned this Aug 10, 2025
Copilot AI review requested due to automatic review settings August 10, 2025 22:59
@juliojimenez juliojimenez added the bug Something isn't working label Aug 10, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an unbound variable error in the merge_cyclonedx_sboms function by initializing the loop counter variable i before it's used in the array indexing operation.

  • Adds initialization of the counter variable i to prevent unbound variable errors
  • Ensures proper array indexing in the SBOM file processing loop

Signed-off-by: Julio Jimenez <julio@clickhouse.com>
@juliojimenez juliojimenez merged commit 793d679 into main Aug 10, 2025
8 checks passed
@juliojimenez juliojimenez deleted the bug-unbound-variable-merge-cyclonedx-sboms branch August 10, 2025 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants