OpenVEX and CycloneDX Feeds
OSERA-compatible providers contribute patch data to both OpenVEX and CycloneDX feed formats.
Structured Requirements
OSERA-compatible releases must be represented in OpenVEX and CycloneDX feed data.
| Check | Severity | Evidence |
|---|---|---|
|
FEED-001.CHECK-001 OpenVEX and CycloneDX entries exist for the release |
blocking | openvex_entry, cyclonedx_entry |
Feed entries must preserve the exact patched package URL, including encoded release metadata.
| Check | Severity | Evidence |
|---|---|---|
|
FEED-001.CHECK-002 Feed purls match the published patched artifact identifier |
blocking | purl, release_version |
Requirement
OSERA MUST provide OpenVEX and CycloneDX feeds to satisfy common scanning and vulnerability-management products.
Patch providers MUST be able to contribute enough patch data to populate both feed formats.
Rationale
Enterprise recipients use heterogeneous scanning products. Supporting both OpenVEX and CycloneDX reduces integration friction and lets recipients use existing vulnerability workflows.
A reference provider feed demonstrates the split: OpenVEX is used for scanner workflows such as Grype and Trivy, while CycloneDX supports tools and audit workflows such as JFrog Xray, Sonatype, and OWASP Dependency-Track.
Evidence
Feed entries SHOULD link to:
- vulnerability identifiers;
- affected and patched artifacts;
- OSERA repository, branch, and release;
- baseline tag;
- patch basis and provenance links;
- provider identity and publication timestamp.
OpenVEX entries SHOULD match the patched artifact by exact package URL and SHOULD include a built-artifact hash when available. The package URL MUST preserve the release metadata chosen under REL-003 so scanner results match the artifact version actually published. The status SHOULD be fixed when the upstream fix has been carried onto the patch baseline.
CycloneDX entries SHOULD carry vulnerability analysis and SHOULD use pedigree or equivalent evidence links to connect the patched component to the backported fix.
Example fields
A candidate OpenVEX entry for an official OSERA patched artifact uses fields such as:
{
"vulnerability": {
"name": "CVE-2023-46604",
"aliases": ["GHSA-crg9-44h2-xw35"]
},
"products": [
{
"@id": "pkg:maven/org.apache.activemq/activemq-client@5.14.5%2Bosera-patch.001",
"identifiers": {
"purl": "pkg:maven/org.apache.activemq/activemq-client@5.14.5%2Bosera-patch.001"
}
}
],
"status": "fixed",
"action_statement": "CVE fixed by backporting the upstream fix onto the baseline."
}
The current CycloneDX bundle uses vulnerability analysis such as resolved_with_pedigree and links affected entries to exact package URLs.