[GHSA-4f3f-g24h-fr8m] Address Copilot review (fork update)#7772
Closed
maksim-m wants to merge 2 commits into
Closed
[GHSA-4f3f-g24h-fr8m] Address Copilot review (fork update)#7772maksim-m wants to merge 2 commits into
maksim-m wants to merge 2 commits into
Conversation
Update details to cover both affected version ranges and add the 3.12.1 backport fix commit to references. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
Duplicate — closing in favor of updating #7673 directly. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the OSV advisory for GHSA-4f3f-g24h-fr8m (Keras untrusted deserialization) to more accurately describe impacted versions and add supporting fix references.
Changes:
- Expands the
detailstext to cover multiple vulnerable version ranges. - Refines
affectedversion ranges, splitting out the 3.0.x–3.12.x and 3.13.x lines. - Adds additional upstream references (release + fix commit).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
25
to
55
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "0" | ||
| "introduced": "3.13.0" | ||
| }, | ||
| { | ||
| "fixed": "3.13.2" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "PyPI", | ||
| "name": "keras" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "3.0.0" | ||
| }, | ||
| { | ||
| "fixed": "3.12.1" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
Comment on lines
+74
to
+81
| { | ||
| "type": "WEB", | ||
| "url": "https://github.com/keras-team/keras/releases/tag/v3.12.1" | ||
| }, | ||
| { | ||
| "type": "WEB", | ||
| "url": "https://github.com/keras-team/keras/commit/f704c887bf459b42769bfc8a9182f838009afddb" | ||
| }, |
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 PR #7673 to address Copilot review:
detailsto reflect affected versions 3.0.0–3.12.0 and 3.13.0–3.13.1referencesCommit: d5c0dab on fork branch
maksim-m-GHSA-4f3f-g24h-fr8m.Made with Cursor