Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H"
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated CVSS vector appears inconsistent with the advisory details. The write-up describes a denial-of-service (hang/memory exhaustion) with no integrity impact, but the vector now sets I:L. Also, the described attack involves passing untrusted strings (often user-controlled) into expand(), which is commonly reachable over networked interfaces; switching AV from N to L likely understates the attack vector. Please re-verify the intended CVSS v3.1 metrics (e.g., I:N and confirm correct AV) against the source (GHSA/NVD) and update the vector accordingly.

Suggested change
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H"
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"

Copilot uses AI. Check for mistakes.
}
],
"affected": [
Expand Down
Loading