File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 88
88
</bom >
89
89
</xsl : template >
90
90
<xsl : template match =" cdx14:externalReferences[preceding-sibling::cdx14:group/text() = 'org.apache.logging.log4j']" >
91
- <xsl : apply-templates />
92
- <reference >
93
- <xsl : attribute name =" type" >vulnerability-assertion</xsl : attribute >
94
- <url >
95
- <xsl : text >urn:cdx:</xsl : text >
96
- <xsl : value-of select =" $vdr.serialNumber" />
97
- </url >
98
- </reference >
99
- <reference >
100
- <xsl : attribute name =" type" >vulnerability-assertion</xsl : attribute >
101
- <url >
102
- <xsl : value-of select =" $vdr.url" />
103
- </url >
104
- </reference >
91
+ <externalReferences >
92
+ <xsl : apply-templates />
93
+ <reference >
94
+ <xsl : attribute name =" type" >vulnerability-assertion</xsl : attribute >
95
+ <url >
96
+ <xsl : text >urn:cdx:</xsl : text >
97
+ <xsl : value-of select =" $vdr.serialNumber" />
98
+ </url >
99
+ </reference >
100
+ <reference >
101
+ <xsl : attribute name =" type" >vulnerability-assertion</xsl : attribute >
102
+ <url >
103
+ <xsl : value-of select =" $vdr.url" />
104
+ </url >
105
+ </reference >
106
+ </externalReferences >
105
107
</xsl : template >
106
108
</xsl : stylesheet >
You can’t perform that action at this time.
0 commit comments