Skip to content

chore: Artifact BOM generation - #3473

Merged
johanandren merged 2 commits into
mainfrom
artifact-bom
Jul 31, 2026
Merged

chore: Artifact BOM generation#3473
johanandren merged 2 commits into
mainfrom
artifact-bom

Conversation

@ennru

@ennru ennru commented Jul 30, 2026

Copy link
Copy Markdown
Contributor
  • Artifact BOM generation for officially supported modules
  • Artifact BOM validation in CI
  • Fossa workflow dropped

Generated pom.xml files in a second commit.

@wiz-4aec67d814

Copy link
Copy Markdown

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 5 High 4 Medium
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 5 High 4 Medium

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio.

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.119.Final</version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

High Vulnerability Finding

The following vulnerabilities impact io.netty:netty-codec versions <4.1.136.Final: CVE-2025-58057, CVE-2026-42583, CVE-2026-59901.

These can be remediated by updating to version 4.1.136.Final or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
<version>4.1.119.Final</version>
<version>4.1.136.Final</version>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.119.Final</version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

High Vulnerability Finding

The following vulnerabilities impact io.netty:netty-handler versions <4.1.135.Final: CVE-2026-44249, CVE-2026-45416, CVE-2026-50010.

These can be remediated by updating to version 4.1.135.Final or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
<version>4.1.119.Final</version>
<version>4.1.135.Final</version>

@johanandren
johanandren merged commit ea51c33 into main Jul 31, 2026
52 of 53 checks passed
@johanandren
johanandren deleted the artifact-bom branch July 31, 2026 07:17
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.

2 participants