Conversation
github-actions
Bot
changed the base branch from
main
to
nikpivkin/advisory-improvement-9709
September 22, 2026 18:14
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The source repository must be classified as a PACKAGE reference rather than WEB.
Get a fresh assessment by requesting another Copilot review.
Review effort: Balanced
Findings: 1
Open (1)
What changed in this PR
Corrects the vulnerable range for parse-server and adds its source repository.
Changes:
- Removes the stale
<= 4.0.0range metadata. - Adds the parse-server repository reference.
- Updates the modification timestamp.
| File | Description |
|---|---|
GHSA-h4mf-75hf-67w4.json |
Corrects affected-version metadata and adds the source repository. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "url": "https://github.com/parse-community/parse-server/commit/3a3a5eee5ffa48da1352423312cb767de14de269" | ||
| }, | ||
| { | ||
| "type": "WEB", |
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
The range should end at < 4.1.0, not <= 4.0.0.
The fix parse-community/parse-server@3a3a5ee is in tag 4.1.0 and not in tag 4.0.2.
So version 4.0.2, the only 4.0.x release on npm, is still vulnerable but is outside the current range.
I also added the source code location, which other parse-server advisories already have. The form saves it as a WEB reference, see #9634, so it may need the PACKAGE type.