Links Broken in Security Advisory RSS Feeds

I'm not sure if there is a better place for feedback regarding freebsd.org. If there is I'll take this there instead.

The Security Advisory RSS feed on the freebsd.org web site lists multiple advisories, but when you click the link to any you are directed to https://www.freebsd.org/security/ instead of the individual notice. This appears to be due to the item's link missing the protocol portion of the URL.

e.g.:

Code:
<title>FreeBSD-SA-16:06.bsnmpd</title>
<link>//security.FreeBSD.org/advisories/FreeBSD-SA-16:06.bsnmpd.asc</link>
<guid>//security.FreeBSD.org/advisories/FreeBSD-SA-16:06.bsnmpd.asc</guid>
<pubDate>Thu, 14 Jan 2016 00:00:00 PST</pubDate>

where the link should read:

Code:
<link>" rel="nofollow">https://security.FreeBSD.org/advisories/FreeBSD-SA-16:06.bsnmpd.asc</link>
 
Back
Top