Skip to content

chore: [DevOps] Handle CVE-2026-55760#1233

Open
Jonas-Isr wants to merge 5 commits into
mainfrom
cve-fixing
Open

chore: [DevOps] Handle CVE-2026-55760#1233
Jonas-Isr wants to merge 5 commits into
mainfrom
cve-fixing

Conversation

@Jonas-Isr

Copy link
Copy Markdown
Member

Context

Blackduck flagged com.github.jknack:handlebars, which is transitively used, as vulnerable so this PR fixes its version to a non-vulnerable version and aligns versions for org.apache.commons:commons-text.

Successful Blackduck run afterwards.

@Jonas-Isr Jonas-Isr self-assigned this Jul 23, 2026
@Jonas-Isr Jonas-Isr added the please review Request to review a pull request label Jul 23, 2026
Comment thread pom.xml Outdated
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>
<version>${handlebars.version}</version>
<scope>test</scope>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Wrong scope? Or if this is a test dependency it shouldn't be scanned by blackduck

Comment thread pom.xml Outdated
<ignoredUnusedDeclaredDependency>org.junit.jupiter:junit-jupiter-engine</ignoredUnusedDeclaredDependency>
<!-- Transitive dependencies explicitly declared to fic CVEs-->
<ignoredUnusedDeclaredDependency>commons-beanutils:commons-beanutils</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>com.github.jknack:handlebars</ignoredUnusedDeclaredDependency>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is a sign that the dependency was wrongly declared

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

Labels

please review Request to review a pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants