Fix http4k GHSA affected range metadata#8175
Open
massif-01 wants to merge 1 commit into
Open
Conversation
a89e5f6 to
8805bf2
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects the database_specific.last_known_affected_version_range metadata for GHSA-jrpc-7vxp-69p6 to align with the advisory’s 6.x fixed version (6.49.0.0), without changing vulnerability details.
Changes:
- Update
last_known_affected_version_rangefrom< 6.48.0.0to< 6.49.0.0for the 6.x affected range. - (Minor) Adjust JSON formatting in the touched block.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+33
to
+37
| ], | ||
| "database_specific": { | ||
| "last_known_affected_version_range": "< 6.49.0.0" | ||
| } | ||
| }, |
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.
This PR corrects database_specific metadata for GHSA-jrpc-7vxp-69p6. The source repository advisory indicates the 6.x vulnerable range is < 6.49.0.0 with patched version 6.49.0.0. The global advisory already uses fixed: 6.49.0.0 for the 6.x range, but database_specific.last_known_affected_version_range currently says < 6.48.0.0. No vulnerability details are changed; this only corrects affected-version metadata. Validation: jq empty and git diff --check.