22 lines
414 B
JSON
22 lines
414 B
JSON
{
|
|
"@context": "https://openvex.dev/ns/v0.2.0",
|
|
"@id": "urn:stellaops:vex:js-002-yaml-unsafe-load",
|
|
"author": "StellaOps",
|
|
"timestamp": "2025-12-12T00:00:00Z",
|
|
"version": 1,
|
|
"statements": [
|
|
{
|
|
"vulnerability": {
|
|
"name": "CVE-TEST-0002"
|
|
},
|
|
"products": [
|
|
{
|
|
"@id": "pkg:npm/js-yaml@4.1.0"
|
|
}
|
|
],
|
|
"status": "under_investigation"
|
|
}
|
|
]
|
|
}
|
|
|