Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107892932
D24824.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D24824.diff
View Options
Index: head/security/vuxml/files/html.xsl
===================================================================
--- head/security/vuxml/files/html.xsl
+++ head/security/vuxml/files/html.xsl
@@ -153,11 +153,20 @@
<h2 class="section">References</h2>
<table class="reftab">
+ <xsl:for-each select="vuxml:references/vuxml:freebsdsa">
+ <tr valign="top">
+ <td class="label">FreeBSD SA</td>
+ <td class="content"><xsl:element name="a">
+ <xsl:attribute name="href"><xsl:value-of select="concat('https://security.freebsd.org/advisories/FreeBSD-', ., '.asc')" /></xsl:attribute>
+ <xsl:value-of select="concat('FreeBSD-', .)" />
+ </xsl:element></td>
+ </tr>
+ </xsl:for-each>
<xsl:for-each select="vuxml:references/vuxml:cvename">
<tr valign="top">
<td class="label">CVE Name</td>
<td class="content"><xsl:element name="a">
- <xsl:attribute name="href"><xsl:value-of select="concat(., '.html')" /></xsl:attribute>
+ <xsl:attribute name="href"><xsl:value-of select="concat('https://cve.mitre.org/cgi-bin/cvename.cgi?name=', .)" /></xsl:attribute>
<xsl:value-of select="." />
</xsl:element></td>
</tr>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 2:30 AM (21 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15971045
Default Alt Text
D24824.diff (1 KB)
Attached To
Mode
D24824: Add proper links for the html output of vuln.xml.
Attached
Detach File
Event Timeline
Log In to Comment