File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2+ <!--
3+ This XML catalog provides mappings for CycloneDX schemas.
4+ The catalog maps schema URLs to local XSD files to facilitate schema
5+ validation without needing internet access.
6+ Namespace: urn:oasis:names:tc:entity:xmlns:xml:catalog
7+ -->
28<catalog xmlns =" urn:oasis:names:tc:entity:xmlns:xml:catalog" >
9+
10+ <!-- SPDX BOM Schema -->
311 <uri name =" http://cyclonedx.org/schema/spdx" uri =" spdx.xsd" />
12+
13+ <!-- CycloneDX BOM Schemas -->
414 <uri name =" http://cyclonedx.org/schema/bom/1.0" uri =" bom-1.0.xsd" />
515 <uri name =" http://cyclonedx.org/schema/bom/1.1" uri =" bom-1.1.xsd" />
616 <uri name =" http://cyclonedx.org/schema/bom/1.2" uri =" bom-1.2.xsd" />
717 <uri name =" http://cyclonedx.org/schema/bom/1.3" uri =" bom-1.3.xsd" />
818 <uri name =" http://cyclonedx.org/schema/bom/1.4" uri =" bom-1.4.xsd" />
919 <uri name =" http://cyclonedx.org/schema/bom/1.5" uri =" bom-1.5.xsd" />
1020 <uri name =" http://cyclonedx.org/schema/bom/1.6" uri =" bom-1.6.xsd" />
11- </catalog >
21+
22+ <!-- Placeholder for future schemas, where 1.x is the next CycloneDX Spec Version -->
23+ <!-- <uri name="http://cyclonedx.org/schema/bom/1.x" uri="bom-1.x.xsd"/> -->
24+
25+ </catalog >
You can’t perform that action at this time.
0 commit comments