[GHSA-qqj3-g7mx-5p4w] NeuVector telemetry sender is vulnerable to MITM and DoS#7801
Open
holyspectral wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR updates a GitHub-reviewed advisory JSON for GHSA-qqj3-g7mx-5p4w by adjusting metadata and removing portions of the affected version ranges.
Changes:
- Updated the advisory
"modified"timestamp. - Removed two
"affected"entries forgithub.com/neuvector/neuvector(Go) covering specific introduced/fixed ranges.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "schema_version": "1.4.0", | ||
| "id": "GHSA-qqj3-g7mx-5p4w", | ||
| "modified": "2026-05-06T13:48:28Z", | ||
| "modified": "2025-10-30T17:15:02Z", |
Comment on lines
17
to
20
| "affected": [ | ||
| { | ||
| "package": { | ||
| "ecosystem": "Go", | ||
| "name": "github.com/neuvector/neuvector" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "5.3.0" | ||
| }, | ||
| { | ||
| "fixed": "5.3.5" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Go", | ||
| "name": "github.com/neuvector/neuvector" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "5.4.0" | ||
| }, | ||
| { | ||
| "fixed": "5.4.7" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "database_specific": { | ||
| "last_known_affected_version_range": "<= 5.4.6" | ||
| } | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Go", |
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
5.3.0,5.4.6,5.3.5and5.4.7versions point to invalid golang module versions. The issue has been fixed in the upstream advisory by chaning the type tootherGHSA-qqj3-g7mx-5p4w .