{{ message }}
[GHSA-28g4-38q8-3cwc] Flowise: Cypher Injection in GraphCypherQAChain#7449
Open
nikpivkin wants to merge 1 commit intonikpivkin/advisory-improvement-7449from
Open
[GHSA-28g4-38q8-3cwc] Flowise: Cypher Injection in GraphCypherQAChain#7449nikpivkin wants to merge 1 commit intonikpivkin/advisory-improvement-7449from
nikpivkin wants to merge 1 commit intonikpivkin/advisory-improvement-7449from
Conversation
Collaborator
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the GitHub-reviewed advisory for GHSA-28g4-38q8-3cwc to correct the CVSS v4.0 vector string metric ordering so it complies with the CVSS v4.0 specification.
Changes:
- Reordered CVSS v4.0 impact metrics to the required
VC/VI/VA/SC/SI/SAorder in the vector string. - Bumped the advisory
modifiedtimestamp to reflect the update.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 CVSSv4.0 vector string has metrics in invalid order. According to CVSS v4.0 specification (Section 7), the required order is
VC/VI/VA/SC/SI/SA, but the current vector hasVC/SC/VI/SI/VA/SA.