[Fb-contrib-commit] SF.net SVN: fb-contrib:[1704] trunk/fb-contrib/etc/messages.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2011-08-23 10:31:37
|
Revision: 1704
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1704&view=rev
Author: dbrosius
Date: 2011-08-23 10:31:31 +0000 (Tue, 23 Aug 2011)
Log Message:
-----------
better grammar
Modified Paths:
--------------
trunk/fb-contrib/etc/messages.xml
Modified: trunk/fb-contrib/etc/messages.xml
===================================================================
--- trunk/fb-contrib/etc/messages.xml 2011-08-12 02:24:58 UTC (rev 1703)
+++ trunk/fb-contrib/etc/messages.xml 2011-08-23 10:31:31 UTC (rev 1704)
@@ -3073,7 +3073,7 @@
<LongDescription>Method {1} calls InetAddress.getLocalHost(), which may be a security risk</LongDescription>
<Details>
<![CDATA[
- <p>Do not call <code>InetAddress.getLocalHost()</code> on multihomed servers. On a multihomed server, <code>InetAddress.getLocalHost()</code> simply returns the IP address associated with the server's internal hostname. This could any of the network interfaces, which could expose the machine to security risks. Server applications that need to listen on sockets should add configurable properties to define which network interfaces the server should bind.</p>
+ <p>Do not call <code>InetAddress.getLocalHost()</code> on multihomed servers. On a multihomed server, <code>InetAddress.getLocalHost()</code> simply returns the IP address associated with the server's internal hostname. This could be any of the network interfaces, which could expose the machine to security risks. Server applications that need to listen on sockets should add configurable properties to define which network interfaces the server should bind.</p>
]]>
</Details>
</BugPattern>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|