22 lines
411 B
JSON
22 lines
411 B
JSON
{
|
|
"@context": "https://openvex.dev/ns/v0.2.0",
|
|
"@id": "urn:stellaops:vex:php-001-phar-deserialize",
|
|
"author": "StellaOps",
|
|
"timestamp": "2025-12-12T00:00:00Z",
|
|
"version": 1,
|
|
"statements": [
|
|
{
|
|
"vulnerability": {
|
|
"name": "CVE-TEST-0001"
|
|
},
|
|
"products": [
|
|
{
|
|
"@id": "pkg:generic/php@8"
|
|
}
|
|
],
|
|
"status": "under_investigation"
|
|
}
|
|
]
|
|
}
|
|
|