Skip to content
Merged
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:L/UI:N/S:U/C:H/I:H/A:N"
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

Changing PR:L to PR:N materially alters the base score and implied exploit prerequisites. Please ensure this vector exactly matches the authoritative source (e.g., MSRC/NVD) and that any computed numeric CVSS score fields (if present elsewhere in this advisory format) remain consistent with this vector; otherwise consumers may display conflicting severity/scoring.

Copilot uses AI. Check for mistakes.
}
],
"affected": [
Expand Down Expand Up @@ -64,7 +64,7 @@
"cwe_ids": [
"CWE-347"
],
"severity": "HIGH",
"severity": "CRITICAL",
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

With the severity bumped to CRITICAL, it would help to keep the record internally consistent by ensuring the severity aligns with the CVSS base score implied by the updated vector (and any severity mapping rules used in this repo). If the repo has a convention of deriving severity from CVSS rather than setting it manually, consider updating/adding a comment or metadata field indicating the source of the severity decision to reduce future churn.

Copilot uses AI. Check for mistakes.
"github_reviewed": true,
"github_reviewed_at": "2026-04-23T14:55:41Z",
"nvd_published_at": "2026-04-21T20:16:59Z"
Expand Down
Loading