[GHSA-mwv9-gp5h-frr4] Add upstream fix commit reference#7708
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an upstream fix commit reference URL to the GHSA-mwv9-gp5h-frr4 advisory JSON file.
Changes:
- Adds a new WEB reference entry pointing to the upstream fix commit 87c1f3c in sveltejs/devalue.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the |
ba16aa8
into
github:massif-01/advisory-improvement-7708
|
Hi @massif-01! Thank you so much for contributing to the GitHub Advisory Database. This database is free, open, and accessible to all, and it's people like you who make it great. Thanks for choosing to help others. We hope you send in more contributions in the future! |
Summary
Adds the upstream fix commit reference for GHSA-mwv9-gp5h-frr4.
Evidence
The advisory already references the upstream GitHub security advisory, the package repository, and the patched v5.6.4 release.
The v5.6.4 release notes explicitly list commit 87c1f3c for rejecting
__proto__keys in malformedObjectwrapper payloads and for disallowing__proto__keys in null-prototype object parsing.The added commit modifies
src/parse.jsand adds tests covering these__proto__parsing cases, so it is the primary upstream code reference for the fix.Validation