Date: Thu, 9 Jul 2015 15:01:43 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Mark Felder <feld@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391576 - head/security/vuxml Message-ID: <20150709150143.22c91137@kalimero.tijl.coosemans.org> In-Reply-To: <201507081705.t68H515b023864@repo.freebsd.org> References: <201507081705.t68H515b023864@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 8 Jul 2015 17:05:01 +0000 (UTC) Mark Felder <feld@FreeBSD.org> wrote: > Author: feld > Date: Wed Jul 8 17:05:00 2015 > New Revision: 391576 > URL: https://svnweb.freebsd.org/changeset/ports/391576 > > Log: > Fix formatting by adding some breaks > > Security: 038a5808-24b3-11e5-b0c8-bf4d8935d4fa > > Modified: > head/security/vuxml/vuln.xml > > Modified: head/security/vuxml/vuln.xml > ============================================================================== > --- head/security/vuxml/vuln.xml Wed Jul 8 17:00:39 2015 (r391575) > +++ head/security/vuxml/vuln.xml Wed Jul 8 17:05:00 2015 (r391576) > @@ -159,12 +159,12 @@ Notes: > 1.1 after fixing many minor bugs and adding some security improvements > to the 1.1 release branch. Version 1.0.6 comes with cherry-picked fixes > from the more recent version to ensure proper long term support > - especially in regards of security and compatibility. > - > - The security-related fixes in particular are: > - > - * XSS vulnerability in _mbox argument > - * security improvement in contact photo handling > + especially in regards of security and compatibility.<br/> > + <br/> > + The security-related fixes in particular are:<br/> > + <br/> > + * XSS vulnerability in _mbox argument<br/> > + * security improvement in contact photo handling<br/> > * potential info disclosure from temp directory</p> > </blockquote> > </body> It's better to mark paragraphs with <p></p> instead of <br/><br/> and lists can be created with <ul> and <li> instead of ascii art like this: --- vuln.xml (revision 391631) +++ vuln.xml (working copy) @@ -195,13 +195,13 @@ Notes: 1.1 after fixing many minor bugs and adding some security improvements to the 1.1 release branch. Version 1.0.6 comes with cherry-picked fixes from the more recent version to ensure proper long term support - especially in regards of security and compatibility.<br/> - <br/> - The security-related fixes in particular are:<br/> - <br/> - * XSS vulnerability in _mbox argument<br/> - * security improvement in contact photo handling<br/> - * potential info disclosure from temp directory</p> + especially in regards of security and compatibility.</p> + <p>The security-related fixes in particular are:</p> + <ul> + <li>XSS vulnerability in _mbox argument</li> + <li>security improvement in contact photo handling</li> + <li>potential info disclosure from temp directory</li> + </ul> </blockquote> </body> </description>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150709150143.22c91137>