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
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qrr6-mg7r-m243",
"modified": "2026-04-18T00:59:28Z",
"modified": "2026-04-19T01:07:58Z",
"published": "2026-04-18T00:59:28Z",
"aliases": [],
"summary": "PHPUnit has Argument injection via newline in PHP INI values that are forwarded to child processes",
Expand All @@ -23,7 +23,7 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
"introduced": "12.0.0"
Copy link

Copilot AI Apr 19, 2026

Choose a reason for hiding this comment

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

The PR description notes that “only 12.5.21 and 13.1.5 are affected”, but setting "introduced": "12.0.0" marks all versions from 12.0.0 up to 12.5.21 as affected. If the intent is to reflect the upstream statement precisely, set introduced to 12.5.21 (or model the affected versions as discrete ranges, e.g., one range for 12.5.21->12.5.22 and another for 13.1.5->(its fixed version), if applicable in the remainder of the file).

Copilot uses AI. Check for mistakes.
},
{
"fixed": "12.5.22"
Expand Down
Loading