{ "@context": { "@version": 1.1, "pan": "https://pan.dev/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Advisory": "pan:Advisory", "AffectedProduct": "pan:AffectedProduct", "Product": "pan:Product", "advisoryCount": { "@id": "pan:advisory_count", "@type": "xsd:integer" }, "advisoryId": { "@id": "pan:advisory_id", "@type": "xsd:string" }, "affectedProducts": { "@id": "pan:affected_products", "@container": "@set", "@type": "@id" }, "cveId": { "@id": "pan:cve_id", "@type": "xsd:string" }, "cvssScore": { "@id": "pan:cvss_score", "@type": "xsd:decimal" }, "cvssVector": { "@id": "pan:cvss_vector", "@type": "xsd:string" }, "cwe": { "@id": "pan:cwe", "@type": "xsd:string" }, "description": { "@id": "schema:description", "@type": "xsd:string" }, "exploitStatus": { "@id": "pan:exploit_status", "@type": "xsd:string" }, "fixedVersions": { "@id": "pan:fixed_versions", "@container": "@set", "@type": "xsd:string" }, "lastModifiedDate": { "@id": "pan:last_modified_date", "@type": "xsd:dateTime" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "product": { "@id": "pan:product", "@type": "xsd:string" }, "publishedDate": { "@id": "pan:published_date", "@type": "xsd:dateTime" }, "references": { "@id": "pan:references", "@container": "@set", "@type": "@id" }, "severity": { "@id": "pan:severity", "@type": "xsd:string" }, "status": { "@id": "pan:status", "@type": "xsd:string" }, "title": { "@id": "pan:title", "@type": "xsd:string" }, "url": { "@id": "schema:url", "@type": "@id" }, "version": { "@id": "schema:version", "@type": "xsd:string" }, "versions": { "@id": "pan:versions", "@container": "@set", "@type": "@id" }, "workarounds": { "@id": "pan:workarounds", "@type": "xsd:string" } } }