svn commit: r391576 - head/security/vuxml
Tijl Coosemans
tijl at FreeBSD.org
Thu Jul 9 13:02:56 UTC 2015
On Wed, 8 Jul 2015 17:05:01 +0000 (UTC) Mark Felder <feld at 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>
More information about the svn-ports-all
mailing list