Skip to content

Commit 5ba4e65

Browse files
Merge pull request #1 from jkowalleck/patch-1
Update xmlcatalog.xml with a comment about DTD
2 parents 83ab26e + 2c4ed7d commit 5ba4e65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

schema/xmlcatalog.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0"?>
2+
<!-- to prevent unintendedn notwork access, we do not set a DTD/XSD in this XML -->
23
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
3-
<uri name="http://cyclonedx.org/schema/spdx" uri="spdx.xsd"/>
4+
<uri name="http://cyclonedx.org/schema/spdx" uri="spdx.xsd"/>
45
<uri name="http://cyclonedx.org/schema/bom/1.0" uri="bom-1.0.xsd"/>
56
<uri name="http://cyclonedx.org/schema/bom/1.1" uri="bom-1.1.xsd"/>
67
<uri name="http://cyclonedx.org/schema/bom/1.2" uri="bom-1.2.xsd"/>
78
<uri name="http://cyclonedx.org/schema/bom/1.3" uri="bom-1.3.xsd"/>
89
<uri name="http://cyclonedx.org/schema/bom/1.4" uri="bom-1.4.xsd"/>
910
<uri name="http://cyclonedx.org/schema/bom/1.5" uri="bom-1.5.xsd"/>
1011
<uri name="http://cyclonedx.org/schema/bom/1.6" uri="bom-1.6.xsd"/>
11-
</catalog>
12+
</catalog>

0 commit comments

Comments
 (0)