Skip to content

[GHSA-jg2m-9x48-3gvj] The fix for CVE-2025-27636 added setLowerCase(true) to...#7592

Open
kmagdziarz wants to merge 1 commit intokmagdziarz/advisory-improvement-7592from
kmagdziarz-GHSA-jg2m-9x48-3gvj
Open

[GHSA-jg2m-9x48-3gvj] The fix for CVE-2025-27636 added setLowerCase(true) to...#7592
kmagdziarz wants to merge 1 commit intokmagdziarz/advisory-improvement-7592from
kmagdziarz-GHSA-jg2m-9x48-3gvj

Conversation

@kmagdziarz
Copy link
Copy Markdown

Updates

  • Affected products
  • Summary

Comments
Due to missing package name and ecosystem this vulnerability is not picked by dependabot alters which creates false positive image that our code is safe.

Copilot AI review requested due to automatic review settings May 6, 2026 07:14
@github-actions github-actions Bot changed the base branch from main to kmagdziarz/advisory-improvement-7592 May 6, 2026 07:15
Copy link
Copy Markdown
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 updates the unreviewed advisory record for GHSA-jg2m-9x48-3gvj / CVE-2026-40453 to improve ecosystem/package metadata so dependency tooling (e.g., Dependabot) can correctly match affected dependencies.

Changes:

  • Added a new summary value.
  • Populated the previously empty affected array with Maven package/range entries.
  • Bumped the advisory modified timestamp.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"aliases": [
"CVE-2026-40453"
],
"summary": "Add package name, ecosystem and affected version",
Comment on lines +19 to +22
"package": {
"ecosystem": "Maven",
"name": "org.apache.camel"
},
Comment on lines +28 to +69
"introduced": "0"
},
{
"fixed": "4.14.6"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.camel"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "4.20.0"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.camel"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "4.18.2"
Comment on lines +38 to +41
"package": {
"ecosystem": "Maven",
"name": "org.apache.camel"
},
Comment on lines +45 to +51
"events": [
{
"introduced": "0"
},
{
"fixed": "4.20.0"
}
Comment on lines +57 to +60
"package": {
"ecosystem": "Maven",
"name": "org.apache.camel"
},
Comment on lines +64 to +70
"events": [
{
"introduced": "0"
},
{
"fixed": "4.18.2"
}
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