[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
Open
[GHSA-jg2m-9x48-3gvj] The fix for CVE-2025-27636 added setLowerCase(true) to...#7592kmagdziarz wants to merge 1 commit intokmagdziarz/advisory-improvement-7592from
kmagdziarz wants to merge 1 commit intokmagdziarz/advisory-improvement-7592from
Conversation
Contributor
There was a problem hiding this comment.
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
summaryvalue. - Populated the previously empty
affectedarray with Maven package/range entries. - Bumped the advisory
modifiedtimestamp.
💡 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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
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.