Skip to content
Open
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-18T00:59:32Z",
"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,17 +23,14 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
"introduced": "12.5.21"
},
{
"fixed": "12.5.22"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 12.5.21"
}
]
Copy link

Copilot AI Apr 18, 2026

Choose a reason for hiding this comment

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

The change removes database_specific.last_known_affected_version_range entirely. If any downstream tooling/reporting in this repo relies on that field (even if optional in OSV), this will silently reduce the available metadata. Consider retaining database_specific but updating it to match the new intent (e.g., an exact range or an exact-version note), or verify consumers don’t depend on it before removing.

Copilot uses AI. Check for mistakes.
},
{
"package": {
Expand All @@ -45,17 +42,14 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "13.0.0"
"introduced": "13.1.5"
},
{
"fixed": "13.1.6"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 13.1.5"
}
]
}
],
"references": [
Expand Down
Loading